Running Oracle Data Loader on Demand via Command Line
I have to load 2 files into CRMOD application. One is an insert file for "Account" object and the other is update file for "Account" object.
I have written a .bat file to call the data loader for these files one after another , such that the update is run only on completion of the insert operation.
I have specified waitforcompletion=true in my insert .properties file.
The problem is I had a few records which were partially imported and because of this , the status of the load process stays as "Completed with errors" and the .bat file keeps looping infinitely because its expecting the status to be "completed"