Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-14268: subpartition 'string' of the partition resides in offlined tablespace

1 2200

ORA-14269: cannot exchange partition other than a Range or Hash partition

1 2305

ORA-14270: table is not partitioned by Range or Hash or List method

1 2280

ORA-14271: table is not partitioned by Composite Range method

1 2766

ORA-14272: only a partition with higher bound can be reused

1 2281

ORA-14273: lower-bound partition must be specified first

1 3417

ORA-14274: partitions being merged are not adjacent

1 6622

ORA-14275: cannot reuse lower-bound partition as resulting partition

1 3348

ORA-14276: EXCHANGE SUBPARTITION requires a non-partitioned, non-clustered table

1 2544

ORA-14277: tables in EXCHANGE SUBPARTITION must have the same number of columns

1 3774

ORA-14278: column type or size mismatch in EXCHANGE SUBPARTITION

1 4720

ORA-14279: index mismatch for tables in ALTER TABLE EXCHANGE SUBPARTITION

2 4291

ORA-14280: all rows in table do not qualify for specified subpartition

1 3557

ORA-14281: CHECK constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION

1 3364

ORA-14282: FOREIGN KEY constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION

1 2481


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1748


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

2619


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

2313


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

2856


ORA-26094: stream format error: input column overflow

2248






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

1653


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

1518


ORA-26095: unprocessed stream data exists

2795


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

1375


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

1286


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

1472


IMP-00064: Definition of LOB was truncated by export

5884


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

2251


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

3398


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

1707