SQL*Loader-00407: If data is all generated, number to skip
is meaningless
Answer / guest
Cause: When all data is generated, no file is read, and
there are no records to skip.
Action: Remove the number to skip.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-32619: incorrect use of MODEL ITERATION_NUMBER
PLS-00460: REPEATABLE subprogram 'string' has to be RNDS, WNDS, RNPS, and WNPS
RMAN-06514: archived logs required to recover from this copy will not be kept
O2I-00127: Illegal INITFUNC name
ORA-27502: IPC error deleting OSD context
TNS-12620: TNS:requested characteristic not available
ORA-23600: cannot create PROPAGATION, string already exists
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...
NNL-00517: Insert-replaces a data item under an existing name
ORA-29380: resource plan string is currently active and cannot be deleted
ORA-26501: RepAPI operation failure
ORA-01127: database name 'string' exceeds size limit of string characters