Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-07650: sigunc: $GETJPIW failure

1 2884

ORA-07655: slsprom:$TRNLOG failure

1 3172

ORA-07656: slsprom:$GETDVI failure

1 3000

ORA-07657: slsprom:$ASSIGN failure

1 3563

ORA-07658: slsprom:$QIOW read failure

1 3568

ORA-07665: ssrexhd: recursive exception encountered string string string string string string

1 2942

ORA-07670: $IDTOASC failed translating a secrecy category

1 3031

ORA-07671: $IDTOASC failed translating an integrity category

1 2897

ORA-07672: $PARSE_CLASS failed translating the string into a binary label

1 3137

ORA-07680: sou2os: another call to ORACLE currently executing

1 2756

ORA-07681: sou2os: An error occurred while initializing Oracle

1 3302

ORA-07682: sou2os: set kernel dispatch fail err

1 3029

ORA-07683: sou2os: $SETPRV reset error

1 3232

ORA-07684: sou2os: supervisor stack reset error

1 3238

ORA-07685: sou2os: supervisor stack set error

1 2893


Un-Answered Questions { ERRORS }

ORA-26079: file "string" is not part of table string.string

2016


when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data

2574


write a database figure to implement the master detained relationship.

3026


What is SCD (Slowly Changing Dimensions)? What are its types?

2726


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6725


If Fi account is assigned to cost element categorie poatings are not possible it is giving error that cost element has to be assigned to a co object whts the solution for this error?

2850


I have got one job selection order from DECON ENGG(HRD), he told me to send 2000 rs of demand draff i have send the demand draff after some time a got a job selection order in banglore but he have written that u have to give 550 rs of Guidency fees in bangalore i dont understant what to do

2661


2. A student studying Information Technology at Polytechnic of Namibia is examined by coursework and written examination. Both components of assessment carry a maximum of 50 marks. The following rules are used by examiners in order to pass or fail students. a. A student must score a total of 40% or more in order to pass (total = coursework marks + examination marks) b. A total mark of 39% is moderated to 40% c. Each component must be passed with a minimum mark of 20/50. If a student scores a total of 40% or more but does not achieve the minimum mark in either component he/she is given a technical fail of 39% (this mark is not moderated to 40%) d. Grades are awarded on marks that fall into the following categories. Mark 100-70 69-60 59-50 49-40 39-0 Grade A B C D E Write a program to input the marks for both components (coursework marks out of 50 and examination marks out of 50), out put the final mark and grade after any moderation. [30]

2941


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2524


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2949


Sir, I apply sbi clerk exams(07/09/09)But I did a mistake to enter my date of birth(correct 04.01.1985 / wrong 04.01.1984).please give me suggestions please. Thanking you, Bhushan.B

2195


ORA-16516: The current state is invalid for the attempted operation.

8891


during the rebate processing i got error that THE SALES VOLUME FOR AGREEMENT <101> IS NOT CURRENT.SO HOW TO RESOLVE THIS ISSUES?

3548


i want a list of top 10 nationalized banks in inda....can some expects help me???

2365


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

2808