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-00034: cannot string in current PL/SQL session

1 3274

ORA-00036: maximum number of recursive SQL levels (string) exceeded

1 6575

ORA-00037: cannot switch to a session belonging to a different server group

1 3869

ORA-00038: Cannot create session: server group belongs to another user

1 3445

ORA-00040: active time limit exceeded - call aborted

1 8860

ORA-00041: active time limit exceeded - session terminated

1 7709

ORA-00050: operating system error occurred while obtaining an enqueue

1 3534

ORA-00051: timeout occurred while waiting for a resource

1 3618

ORA-00052: maximum number of enqueue resources (string) exceeded

1 4061

ORA-00053: maximum number of enqueues exceeded

1 4071

ORA-00054: resource busy and acquire with NOWAIT specified

1 4303

ORA-00055: maximum number of DML locks exceeded

1 4064

ORA-00056: DDL lock on object 'string.string' is already held in an incompatible mode

1 4068

ORA-00057: maximum number of temporary table locks exceeded

1 3421

ORA-00058: DB_BLOCK_SIZE must be string to mount this database (not string)

1 3726


Un-Answered Questions { Database Errors }

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

8883


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

6794


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2779


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

1769


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

2804


IMP-00064: Definition of LOB was truncated by export

6473


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

3916


NZE-28890: Entrust Login Failed

1932


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

2866


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

1801


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.

1709


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

2182


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

2669


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

2269