Strange SQL Loader problem.
We are encountering a strange SQL Loader problem.
Here are the details. We are using the following oracle version.
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
OS - Unix IBM AIX
The sqlldr is invoked from within a Unix shell script using the following command.
sqlldr PARFILE=$conn_file data=$Dat control=$Ctl log=$Log bad=$Bad discard=$Dsc errors=999 direct=true >/dev/null 2>/dev/null
We are loading multiple files at the same time into one table.
After loading few files, SQL Loader says "Rows not loaded due to data errors." No other error. Please see below.
74265 Rows successfully loaded.
0 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.
39138 Rows successfully loaded.
1000 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.
Errors in Load
0 Rows successfully loaded.
400 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.
Errors in Load
Same with all other files followed after this.
Can anyone explain me what's going on here.
Thanks
-Bheem
We are encountering a strange SQL Loader problem.
Here are the details. We are using the following oracle version.
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
OS - Unix IBM AIX
The sqlldr is invoked from within a Unix shell script using the following command.
sqlldr PARFILE=$conn_file data=$Dat control=$Ctl log=$Log bad=$Bad discard=$Dsc errors=999 direct=true >/dev/null 2>/dev/null
We are loading multiple files at the same time into one table.
After loading few files, SQL Loader says "Rows not loaded due to data errors." No other error. Please see below.
74265 Rows successfully loaded.
0 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.
39138 Rows successfully loaded.
1000 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.
Errors in Load
0 Rows successfully loaded.
400 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.
Errors in Load
Same with all other files followed after this.
Can anyone explain me what's going on here.
Thanks
-Bheem