Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-25130: cannot modify primary key - primary key not defined for table

1 2040

ORA-25131: cannot modify unique(string) - unique key not defined for table

1 2234

ORA-25132: UNIQUE constraint (string.string) disabled and validated in ALTER TABLE EXCHANGE PARTITION

1 2822

ORA-25133: duplicate SINGLE TABLE option specified

1 2297

ORA-25134: keyword TABLE expected

1 2633

ORA-25135: cannot use the SINGLE TABLE option

1 2768

ORA-25136: this cluster can contain only one table

1 2300

ORA-25137: Data value out of range

1 19343

ORA-25138: %s initialization parameter has been made obsolete

1 7579

ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE

1 13681

ORA-25140: %s space policy cannot be specified for the string extent management

1 2160

ORA-25141: invalid EXTENT MANAGEMENT clause

1 7643

ORA-25142: default storage clause specified twice

1 3519

ORA-25143: default storage clause is not compatible with allocation policy

1 7772

ORA-25144: invalid option for CREATE TABLESPACE with TEMPORARY contents

1 2989


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1199


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

1518


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

2137


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

3552


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

2857






ORA-26094: stream format error: input column overflow

2248


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

2620


IMP-00064: Definition of LOB was truncated by export

5886


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

1558


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

1653


ORA-26095: unprocessed stream data exists

2803


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

1881


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.

2325


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

1748


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

6155