SQL*Loader-00932: Could not truncate table string.
Answer / guest
Cause: Truncation of the table was attempted and failed.
Action: Check the following errors for more information.
Truncation due to referential constraints should not occur.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-13375: the layer is of type [string] while geometry inserted has type [string]
ORA-38406: attribute set 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...
PCC-01013: Invalid use of PIC N array variable "string" at line number in file string
ORA-40225: model is currently in use by another process
RMAN-20250: offline range not found in the recovery catalog
ORA-06604: LU6.2 Driver: Unable to allocate session with remote LU
PCC-00094: Array length for char[n] datatype must be >= 2
ORA-29292: file rename operation failed
ORA-25465: variable name not specified
ORA-13055: Oracle object string does not exist in specified table
NNL-00566: set|show log_file_name [<filename>] [<server_list>] : set|show the log file name on one or more servers