ORA-16712: the resource handle is invalid
Answer / guest
Cause: Internal error
Action: Contact Oracle Support Services.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-32037: unsupported use of LEVEL in membership condition
ORA-34358: (MXDSS14) number other users reading
ORA-01159: file is not from same database as previous files - wrong database id
TNS-00546: control failure
ORA-39306: the schema "string" mismatch: require the schema "string"
PLS-00428: an INTO clause is expected in this SELECT statement
ORA-12353: secondary stored object cannot reference remote object
ORA-31050: Access denied
ORA-38768: resizing datafile string failed
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-14155: missing PARTITION or SUBPARTITION keyword
PCB-00319: EXEC ORACLE statements are an Oracle extension