Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-13902: The specified file string is not a data file.

1 2194

ORA-13903: Invalid combination of string threshold value and operator.

1 2355

ORA-13904: The file has been dropped and recreated during the procedure call.

1 2611

ORA-13905: Critical or warning threshold have incorrect values

1 2114

ORA-13906: The tablepace is not of the right type.

1 2351

ORA-13907: Threshold value is invalid.

1 2643

ORA-13908: Invalid combination of metrics id and object type parameters.

1 2329

ORA-13909: Invalid combination of threshold value and operator.

1 2124

ORA-13910: Parameter string cannot be NULL.

1 2366

ORA-13911: Threshold not found

1 2256

ORA-13912: Critical threshold value is less than warning threshold value.

1 2383

ORA-13913: The threshold cannot be set when SYSAUX is offline.

1 2231

ORA-13914: Threshold notification failed.

1 3291

ORA-14000: only one LOCAL clause may be specified

1 5145

ORA-14001: LOCAL clause contradicts previosly specified GLOBAL clause

1 2379


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1202


NZE-28890: Entrust Login Failed

1409


ORA-26095: unprocessed stream data exists

2803


[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

2287


ORA-16627: No standby databases support the overall protection mode.

3558






NZE-28868: Peer certificate chain check failed.

2265


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

2620


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

2317


IMP-00064: Definition of LOB was truncated by export

5889


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

1713


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

1559


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

1377


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

2257


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

1475


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

3403