Hi,
I am trying to load data file into database in sql loader. How to skip the bad record alone and continue with loading?
For eg. I am trying to load data file which has 100 records.The 50th record encounters an error.At present only 49 records gets loaded and it stops from 50th record. I want first 49 records as well as 51st to 100th record to be loaded at the same time and 50th records should be written in the bad file. how to skip the 50th record alone and continue the same loading process from 51st record?
Please guide me.
Reply asap.
Thanks,
Flora
reply report
I am trying to load data file into database in sql loader. How to skip the bad record alone and continue with loading?
For eg. I am trying to load data file which has 100 records.The 50th record encounters an error.At present only 49 records gets loaded and it stops from 50th record. I want first 49 records as well as 51st to 100th record to be loaded at the same time and 50th records should be written in the bad file. how to skip the 50th record alone and continue the same loading process from 51st record?
Please guide me.
Reply asap.
Thanks,
Flora
reply report
Comment