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...



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-09923: Can't spawn process - user log directory not created properly

1 3247

ORA-09924: Can't spawn process - core dump directory not created properly

1 3092

ORA-09925: Unable to create audit trail file

1 5947

ORA-09926: Unable to set effective privilege set of the server

1 2918

ORA-09927: Unable to set label of server

1 3010

ORA-09928: Unable to restore the label of server

1 3301

ORA-09929: GLB of two labels is invalid

1 2777

ORA-09930: LUB of two labels is invalid

1 3037

ORA-09931: Unable to open ORACLE password file for reading

1 3101

ORA-09932: Close of ORACLE password file failed.

1 3746

ORA-09933: Deletion of old password file failed.

1 3619

ORA-09934: Link of current password file to old failed.

1 2889

ORA-09935: Unlink of current password file failed.

1 3173

ORA-09936: Open of ORACLE password file for write failed.

1 3088

ORA-09937: Chmod of ORACLE password file failed.

1 3397


Un-Answered Questions { Database Errors }

ORA-26029: index string.string partition string initially in unusable state

2237


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2868


why we are using shift key in unix shell script

3239


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300


ORA-26028: index string.string initially in unusable state

3916


What severity level errors are managed in TRY-CATCH block?

2269


How will you Handle Error in SQL SERVER 2008?

2446


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...

2804


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2769


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


IMP-00070: Lob definitions in dump file are inconsistent with database.

1801


ORA-26094: stream format error: input column overflow

2859


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2856


NZE-28868: Peer certificate chain check failed.

2868


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...

2670