SQL*Loader-00808: error creating sequence: string
Answer / guest
Cause: An attempt to create a sequence needed for the load
failed.
Action: See messages that follow this one for information
about the failure.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
TNS-00317: Failed to contact Connection Manager
RMAN-06143: LIKE may only be specified with COPY
ORA-12612: TNS:connection is busy
DRG-12506: stop word string does not exist in stoplist string
ORA-29959: error in the execution of the string routine for one or more of the index partitions
ORA-38502: invalid XML tag: string
EXP-00000: Export terminated unsuccessfully
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-06518: PL/SQL: Probe version string incompatible with version string
PROC-00013: Cannot perform cluster registry operation because one of the parameters is NULL.
DRG-10836: field section and attribute section can not be nested
EXP-00046: Tablespace named string does not exist