Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-12989: invalid value for checkpoint interval

1 2637

ORA-12990: duplicate option specified

1 3693

ORA-12991: column is referenced in a multi-column constraint

1 11215

ORA-12992: cannot drop parent key column

1 6110

ORA-12993: tablespace 'string' is offline, cannot drop column

1 2702

ORA-12994: drop column option only allowed once in statement

1 2252

ORA-12995: no columns in partially dropped state

1 2793

ORA-12996: cannot drop system-generated virtual column

1 8871

ORA-12997: cannot drop primary key column from an index-organized table

1 2686

ORA-13000: dimension number is out of range

1 3312

ORA-13001: dimensions mismatch error

1 3463

ORA-13002: specified level is out of range

1 2229

ORA-13003: the specified range for a dimension is invalid

1 3303

ORA-13004: the specified buffer size is invalid

1 2923

ORA-13005: recursive HHCODE function error

1 2353


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1239


ORA-26094: stream format error: input column overflow

2254


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

8072


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

2304


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






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

2259


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

3560


[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


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

3403


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2313


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

1715


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

2323


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

1476


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2329


NZE-28890: Entrust Login Failed

1410