ORA-19004: Duplicate XMLType OBJECT RELATIONAL storage option
Answer / guest
Cause: A duplicate storage option for the XMLType column was
specified
Action: Specify a single storage option for an XMLType column
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
NID-00600: Internal Error - [number] [number] [number] [number]
SQL-02103: Inconsistent cursor cache. Out of range cursor cache reference
ORA-14287: cannot REBUILD a partition of a Composite Range partitioned index
QSM-00515: operation cancelled by user
ORA-02404: specified plan table not found
ORA-38439: invalid operation "string"
NPL-00416: received illegal ASN.1 encoding length of string
ORA-00258: manual archiving in NOARCHIVELOG mode must identify log
ORA-31420: unable to submit the purge job
ORA-31654: unable to convert file or volume size as specified to a number
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-09924: Can't spawn process - core dump directory not created properly