Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-14066: illegal option for a non-partitioned index-organized table

1 4060

ORA-14067: duplicate TABLESPACE_NUMBER specification

1 2254

ORA-14068: TABLESPACE and TABLESPACE_NUMBER may not be both specified

1 2455

ORA-14069: invalid TABLESPACE_NUMBER value

1 2087

ORA-14070: option may be specified only for partitioned indices or with REBUILD

1 2319

ORA-14071: invalid option for an index used to enforce a constraint

1 4661

ORA-14072: fixed table may not be truncated

1 2373

ORA-14073: bootstrap table or cluster may not be truncated

1 2561

ORA-14074: partition bound must collate higher than that of the last partition

1 5138

ORA-14075: partition maintenance operations may only be performed on partitioned indices

1 5297

ORA-14076: submitted alter index partition/subpartition operation is not valid for local partitioned index

2 6065

ORA-14078: you may not drop the highest partition of a GLOBAL index

1 2212

ORA-14079: illegal option for a partition marked Index Unusable

1 2419

ORA-14080: partition cannot be split along the specified high bound

1 4457

ORA-14081: new partition name must differ from the old partition name

1 2260


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1877


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

2611


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

1512


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

2289


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

1552






ORA-26095: unprocessed stream data exists

2781


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?

2295


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

3546


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

1701


ORA-16626: failed to enable specified object

1764


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

1366


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

2851


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

2131


ORA-26084: direct path context already finished

1476


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

1195