Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-01586: database must be mounted EXCLUSIVE and not open for this operation

1 6445

ORA-01588: must use RESETLOGS option for database open

1 4834

ORA-01589: must use RESETLOGS or NORESETLOGS option for database open

3 19569

ORA-01590: number of segment free list (string) exceeds maximum of string

1 2524

ORA-01591: lock held by in-doubt distributed transaction string

1 3076

ORA-01592: error converting Version 7 rollback segment (string) to Oracle 8 format

1 2401

ORA-01593: rollback segment optimal size (string blks) is smaller than the computed initial size (string blks)

1 2510

ORA-01594: attempt to wrap into rollback segment (string) extent (string) which is being freed

1 2801

ORA-01595: error freeing extent (string) of rollback segment (string))

1 4438

ORA-01596: cannot specify system in string parameter

1 2306

ORA-01597: cannot alter system rollback segment online or offline

1 4084

ORA-01598: rollback segment 'string' is not online

1 3122

ORA-01599: failed to acquire rollback segment (string), cache space is full

1 3132

ORA-01600: at most one "string" in clause "string" of string

1 1964

ORA-01601: illegal bucket size in clause "string" of string

1 2399


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

[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

2290


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2862


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

2324


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

1655


ORA-26076: cannot set or reset value after direct path structure is allocated

1480






ORA-26030: index string.string had string partitions made unusable due to:

1562


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

2321


NZE-28868: Peer certificate chain check failed.

2267


NZE-28890: Entrust Login Failed

1411


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

1715


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

8075


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

1754


ORA-26079: file "string" is not part of table string.string

1524


ORA-26095: unprocessed stream data exists

2806


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

2141