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-19596: SPFILE already included

1 2984

ORA-19597: file string blocksize string does not match set blocksize of string

1 3931

ORA-19598: can not backup SPFILE because the instance was not started with SPFILE

1 3583

ORA-19599: block number string is corrupt in string string

1 5065

ORA-19600: input file is string string (string)

1 3531

ORA-19601: output file is string string (string)

1 3533

ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

1 4815

ORA-19603: cannot backup or copy active file with KEEP .. UNRECOVERABLE option

1 3236

ORA-19604: conversation file naming phase is over

1 3556

ORA-19605: input filename must be specified

1 3553

ORA-19606: Cannot copy or restore to snapshot controlfile

1 5607

ORA-19607: %s is an active controlfile

1 4456

ORA-19608: %s is not a backup piece

1 6361

ORA-19609: %s is from different backup set: stamp string count string

1 3322

ORA-19610: directory block string is corrupt

1 5060


Un-Answered Questions { Database Errors }

ORA-16626: failed to enable specified object

2276


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

2712


ORA-26095: unprocessed stream data exists

3642


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

1801


How will you Handle Error in SQL SERVER 2008?

2445


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

2864


What is live lock, deadlock and what is Lock escalation?

2496


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

2715


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

3915


ORA-26084: direct path context already finished

1999


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

2180


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

2785


hp asking for replication floppy to do reinstall 25254 server assistant

2964


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3227


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

2666