ORA-22869: depth of type dependency hierarchy exceeds
maximum limit
Answer / guest
Cause: The type dependency hierarchy was structured to have
depth greater than 1024.
Action: Re-structure the type dependency hierarchy to a
shorter depth.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-25102: PARALLEL option can only be used with ALTER INDEX REBUILD
ORA-32037: unsupported use of LEVEL in membership condition
PCC-02046: CMD-LINE: Unable to open config file:
NNL-00530: quit|exit : exit the names control program
ORA-24032: object string exists, index could not be created for queue table string
ORA-01585: error identifying backup file string
AMD-00116: PROCEDURE string, read error
PLS-01904: : NULL index table key value
NZE-29194: no CRL found in cache
ORA-16111: log mining and apply setting up
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...
DRG-12432: configuration file string not found or unreadable