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-19816: WARNING: Files may exist in string that are not known to database.

1 20623

ORA-19830: error from target database: string

1 3111

ORA-19831: incompatible string.string.string DBMS_BACKUP_RESTORE package: string.string.string required

1 3204

ORA-19851: OS error while managing auxiliary database string

1 3354

ORA-19852: error creating services for auxiliary instance string (error string)

1 4266

ORA-19853: error preparing auxiliary instance string (error string)

1 2843

ORA-19854: error obtaining connect string from target

1 2785

ORA-19860: piece validation cannot be performed more than once

1 3314

ORA-19861: additional backup pieces cannot be validated in this conversation

1 2792

ORA-19862: backup pieces must be validated before accessing results

1 2657

ORA-19900: RESETLOGS must be specified after recovery to new incarnation

1 3800

ORA-19901: database needs more recovery to create new incarnation

1 3389

ORA-19902: incarnation key string not found

1 4260

ORA-19903: test recovery not allowed when recovering to new incarnation

1 3259

ORA-19904: test recovery not allowed for datafile string

1 3130


Un-Answered Questions { Database Errors }

ORA-26082: load of overlapping segments on table string.string is not allowed

1766


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?

2719


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2796


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.

2868


ORA-26032: index string.string loading aborted after string keys

2103


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.

2795


hp asking for replication floppy to do reinstall 25254 server assistant

2878


RMAN-05017: no copy of datafile number found to recover

2410


ORA-26095: unprocessed stream data exists

3558


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2530


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

2221


What is the meaning of lock escalation and why/how to stop this?

2647


What is the use of NOLOCK locking hint?

1780


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2727


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

2591