Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-01541: system tablespace cannot be brought offline; shut down if necessary

1 7132

ORA-01542: tablespace 'string' is offline, cannot allocate space in it

1 7779

ORA-01543: tablespace 'string' already exists

1 15968

ORA-01544: cannot drop system rollback segment

1 3175

ORA-01545: rollback segment 'string' specified not available

1 4200

ORA-01546: tablespace contains active rollback segment 'string'

1 3711

ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below

1 9142

ORA-01548: active rollback segment 'string' found, terminate dropping tablespace

1 3168

ORA-01549: tablespace not empty, use INCLUDING CONTENTS option

1 9884

ORA-01550: cannot drop system tablespace

1 4542

ORA-01551: extended rollback segment, pinned blocks released

1 3794

ORA-01552: cannot use system rollback segment for non-system tablespace 'string'

1 3057

ORA-01553: MAXEXTENTS must be no smaller than the string extents currently allocated

1 2878

ORA-01554: out of transaction slots in transaction tables

1 7459

ORA-01555: snapshot too old: rollback segment number string with name "string" too small

1 2993


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

IMP-00064: Definition of LOB was truncated by export

5886


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

1286


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

1376


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

6157






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

1237


NZE-28890: Entrust Login Failed

1409


ORA-26095: unprocessed stream data exists

2803


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

2255


RMAN-05017: no copy of datafile number found to recover

1883


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

1711


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

2620


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

2139


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

2299


[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