Quote:
Originally Posted by pavani.vnc
1.if am getting this error also ,i want to get inserted all remaining records into my table except that error record.
|
In controlfile, first line: OPTIONS (ERRORS=0)
Quote:
2.if am getting wrong dates in Csv file .how to handle that error while writing control file.
Please give solution for this.
|
Once all records are loaded, fix the data in the "bad" file and load that file.
-- Or --
Create external table (bypass sql*loader) and validate + load the data using sql.
