Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-38423: Attribute set created from an ADT may not be extended.

1 2197

ORA-38424: no attribute set currently assigned to the expression set

1 2373

ORA-38425: attribute set used for an index object may not be unassigned

1 2310

ORA-38426: attribute set assigned to an expression set may not be dropped

1 2289

ORA-38427: attribute string does not exist

1 2279

ORA-38428: too many attributes selected for indexing

1 2320

ORA-38429: invalid datatype for a stored attribute: string

1 2329

ORA-38430: Operation "string" not supported in the current release.

1 2319

ORA-38431: could not evaluate subexpression "string" for rowid "string"

1 2654

ORA-38432: EVALUATE operator only allowed on an expression column

1 3513

ORA-38433: index "string" could not be maintained due to "string"

1 2161

ORA-38434: could not evaluate expression "string"

1 2765

ORA-38435: missing elementary attribute value or invalid name-value pairs

1 2294

ORA-38436: attribute set used for an Expression set may not be modified.

1 2402

ORA-38437: The ADT "string" may not contain any user methods.

1 2413


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

8064


ORA-16626: failed to enable specified object

1771


NZE-28868: Peer certificate chain check failed.

2263


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

1711


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

3554






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

3398


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

2252


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

1559


ORA-26084: direct path context already finished

1483


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

2620


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


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

1520


NZE-28890: Entrust Login Failed

1409


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