Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-30735: cannot create multiple subtables of the same type under a supertable

1 2086

ORA-30736: objects in a table or view hierarchy have to be in the same schema

1 2137

ORA-30737: cannot create subtable of a type which is not a subtype of the type of the supertable

1 2059

ORA-30738: object "string" does not exist in schema "string"

1 2109

ORA-30739: cannot drop a table that has subtables

2 2628

ORA-30740: cannot grant UNDER privilege on this object

1 3175

ORA-30741: WITH HIERARCHY OPTION can be specified only for SELECT privilege

1 2807

ORA-30742: cannot grant SELECT privilege WITH HIERARCHY OPTION on this object

1 4533

ORA-30743: "string" is not an object view

1 2327

ORA-30744: "string" is not an object table

1 2294

ORA-30745: error occured while trying to add column "string" in table "string"

1 2546

ORA-30746: error occured while trying to drop column "string" in table "string"

1 2425

ORA-30747: cannot create substitutable tables or columns of non final type string.string

1 1960

ORA-30748: column string already enabled to store objects of type string.string

1 2107

ORA-30749: column string not enabled to store objects of type string.string

1 2248


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

3398


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

1653


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

2620


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

1235


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?

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

2137


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

1518


ORA-26094: stream format error: input column overflow

2248


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2230


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

2299


IMP-00064: Definition of LOB was truncated by export

5884


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

8061


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

1708


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

1199


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