SQL*Loader-00524: partial record found at end of datafile
(string)
Answer / guest
Cause: An incomplete record was found at the end of the
indicated datafile.
Action: Make sure the last record in the datafile is
complete and has the correct terminating character(s). Also,
if fixed-length records are in use, verify that no record
exceeds the platform-specific length for a single record.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
SQL*Loader-00124: specified value for readsize(number) less than bindsize(number)
QSM-02126: no rowid at master site
ORA-14163: subpartition number string: INITRANS value must be less than MAXTRANS value
PLS-00638: cannot overload MAP method
ORA-13147: failed to generate MBR
ORA-02299: cannot validate (string.string) - duplicate keys found
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...
TNS-00526: No caller (false async event)
RMAN-04027: unable to write to a temporary file: "string"
ORA-09290: sksaalo: error allocating memory for archival
ORA-00221: error on write to controlfile
ORA-22063: reading negative value [string] as unsigned