Loading SQL*Loader bad records into table
I m using 10g. I am creating my SQL*Loader control file on the fly. after executing the control file some bad records are created. I need to insert these bad records into another table. One column of the table will have the bad record [datatype LONG] and the other will have the file name. Can this be done through DML error logging or External table. I have multiple bad files.