Property | S/T | Description |
---|---|---|
BadFile | T | Name of the file to which rejected records are written when running the Oracle Loader utility. If you leave value blank, the default file name is tabname.BAD. To change the default name, type a new one in the Value field. |
CodePage | S/T | Encoding to use for reading and writing data. The default is ANSI, the standard in the US. |
CommitRows | T | Number of records the Oracle Loader reads before doing a Commit. Default is 50. To change the default, type a new number in the Value field. |
DelimitAllFields | T | Default is false. If set to true, the integration platform inserts delimiters around all text fields. |
Direct | T | Specifies whether or not to write out the control file that includes the Direct option. Default is false. |
DiscFile | T | Name of the file to which discarded records are written when running the Oracle Loader utility. Default file name is tabname.DSC. To change the default, type a different name in the Value field. |
DiscMax | T | Maximum number of discarded records. The default is 50. |
DoublBackSlash | T | Whether or not to write double backslashes (\\) to the Oracle SQL Loader file name. Default is false. |
Errors | T | Maximum number of rejected records. Default is 50. |
Load | T | Maximum number of records to load into the table. Default is zero, which means to load all records. To change the default, type a different number in the Value field. |
LoadOpt | T | Type of load operation to use after the SQL Loader file has been created. Options are insert, append, and replace. Default is insert. |
NullCols | T | Whether or not to write out trailing null columns. The default is true. |
Skip | T | Whether or not the Oracle Bulk Loader utility skips a number of records before starting the load. Default is zero, which means that loading starts with the first record. To change the default, type a different number in the Value field. |
StripLeadingBlanks | S/T | Whether or not to strip leading blanks from data fields. • When Oracle SQL Loader is the source connector, leading blanks are not stripped from the data. To remove them, set StripLeadingBlanks to true. • When Oracle SQL Loader is the target connector, leading blanks are stripped when the data is written. To remove them, set StripLeadingBlanks to false. |
StripTrailingBlanks | S/T | Whether or not to strip trailing blanks from data fields. • When Oracle SQL Loader is the source connector, trailing blanks are not stripped from the data. To remove them, set StripTrailingBlanks to true. • When Oracle SQL Loader is the target connector, trailing blanks are stripped when it writes data. To remove them, set StripTrailingBlanks to false. |
TableName | T | Name of the Oracle database table to which data is written. No default. |