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-09700: sclin: maximum number of latches exceeded

1 3078

ORA-09701: scnfy: maximum number of processes exceeded

1 3035

ORA-09702: sem_acquire: cannot acquire latch semaphore

1 3347

ORA-09703: sem_release: cannot release latch semaphore

1 3040

ORA-09704: sstascre: ftok error in creating test and set pages.

1 2888

ORA-09705: spcre: cannot initialize latch semaphore

1 3263

ORA-09706: slsget: get_process_stats error.

1 2828

ORA-09708: soacon: failed to bind socket to port.

1 3195

ORA-09709: soacon: failed to accept a connection.

1 2988

ORA-09710: soarcv: buffer overflow.

1 3143

ORA-09711: orasrv: archmon already connected.

1 3804

ORA-09712: orasrv: log archiver already connected.

1 3178

ORA-09713: Global hardware clock failure caused instance termination.

1 3047

ORA-09714: Two Task interface: cannot obtain puname

1 2954

ORA-09715: orasrv: cannot obtain puname

1 3705


Un-Answered Questions { Database Errors }

write a database figure to implement the master detained relationship.

3018


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

3229


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.

2581


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

2522


why we are using shift key in unix shell script

3237


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1708


ORA-26027: unique index string.string partition string initially in unusable state

6794


IMG-02003: 2FF03 - incorrect color histogram feature specification

1769


what is the instrument that used in Mechanical Energy??

2740


hp asking for replication floppy to do reinstall 25254 server assistant

2968


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

2181


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

3916


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

1801


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2588


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