Example of Oracle Data Loader On Demand Command-Line

The following is an example of a command-line to run Oracle Data Loader On Demand for the following conditions:

  • Inserting records.

  • User ID is AcmeRentals/jbrown.

  • The log file is stored in:

    D:\dataload\logs
    
  • The log detail level is basic.

  • The properties file is in the following directory:

    D:\dataload\propfiles\insert_leads.txt
    

The resulting command-line is:

java -jar Oracle_DataLoader_OnDemand.jar -operation "insert" -username 
"AcmeRentals/jbrown" -clientlogfiledir "D:\dataload\logs" -clientloglevel "basic" 
-propertyfilepath "D:\dataload\propfiles\insert_leads.txt"