Oracle Data Loader On Demand Guide > Files, Record Types, and Parameters for Oracle Data Loader On Demand >

Properties File for Oracle Data Loader On Demand


The properties file is a text file that contains name-value pairs of configuration parameters for Oracle Data Loader On Demand. Parameters must be specified in the following format, one for each line:

optionName=optionValue

When specifying file paths in a properties file you must use double backslashes between directory levels. Note that this is different than entering file paths on the command-line where single backslashes are required. For example, when you specify the file path for log file you would use
-clientlogfiledir "D:\dataload\logs" when you enter it on a command-line, but
-clientlogfiledir "D:\\dataload\\logs" when you enter it in a properties file.

Boolean parameters can have a value of either True or False. For information on the parameters, see the following:

  • Table 2 has a list of parameters that applies to all operations.
  • Table 3 has a list of parameters that applies to the Insert, Update, and Upsert operations.
  • Table 4 has a list of parameters that applies to the Resume operation.
Oracle Data Loader On Demand Guide, Release 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.