ORA-02274: duplicate referential constraint specifications
Answer / guest
Cause: Self-evident.
Action: Remove the duplicate specification.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01694: max # extents (string) reached in lob segment string.string partition string
ORA-28513: internal error in heterogeneous remote agent
ORA-23612: unable to find tablespace "string"
SQL*Loader-00523: error number writing to file (string)
ORA-01593: rollback segment optimal size (string blks) is smaller than the computed initial size (string blks)
DRG-10828: token string is longer than maximum length for column string
PCC-00107: The CONNECT statement is Oracle implementation dependent
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...
ORA-32507: expecting string but found string
ORA-31076: required attribute "string" not specified
DRG-11605: URL store: document specified by string not found
ORA-16582: Could not edit instance specific property.