Incorrect Statistics Produced in SQLLDR version 8.1.6.0.0 [message #72337] |
Mon, 19 May 2003 03:10 |
Jeremy Gunn
Messages: 1 Registered: May 2003
|
Junior Member |
|
|
Incorrect Statistics Produced in SQLLDR version 8.1.6.0.0
When loading rows I get an incorrect number of row successfully loaded. This is reflected in the bad file. There are entries in the file that actually exist in the table.
Please help..
Table RADIOLOGY.DATAATTEND:
1665514 Rows successfully loaded.
100001 Rows not loaded due to data errors.
0 Rows not loaded because all WHEN clauses were failed.
0 Rows not loaded because all fields were null.
SQL> select count(*) from dataattend;
COUNT(*)
----------
1752988
|
|
|