Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
... -o option_name=value option_name=value ...
Option
| Description
|
---|---|
DatabaseName
| Database instance name.
|
EnvironmentSQL
| Optional. SQL commands to set the database environment when you connect to the database. The Data Integration Service executes the connection environment SQL each time it connects to the database.
Enclose special characters in double quotes.
|
CodePage
| Required. Code page used to read from a source database or write to a target database or file.
|
ArraySize
| Optional. Determines the number of records in the storage array for the threads when the worker threads value is greater than 0. Valid values are from 1 through 5000. Default is 25.
|
Compression
| Optional. Compresses the data to decrease the amount of data to write over the network. Default is false.
|
EncryptionLevel
| Optional. Level of encryption. If you specify AES for the EncryptionType option, specify one of the following values to indicate the level of AES encryption:
Default is 1.
If you specify None for encryption type, the Data Integration Service ignores the encryption level value.
|
EncryptionType
| Optional. Controls whether to use encryption. Specify one of the following values:
|
InterpretAsRows
| Optional. Represent pacing size as a number of rows. If false, the pacing size represents kilobytes. Default is false.
|
Location
| Location of the PowerExchange Listener node that can connect to the database. The location is defined in the first parameter of the NODE statement in the PowerExchange dbmover.cfg configuration file.
|
PacingSize
| Optional. Amount of data the source system can pass to the PowerExchange Listener. Configure the pacing size if an external application, a database, or the Data Integration Service node is a bottleneck. The lower the value, the faster the performance.
Minimum value is 0. Enter
0 for maximum performance. Default is 0.
|
RejectFile
| Optional. Enter the reject file name and path. Reject files contain rows that were not written to the database.
|
WriteMode
| Enter one of the following write modes:
|
DatabaseFileOverrides
| Specifies the i5/OS database file override. The format is:
Where:
You can specify up to 8 unique file overrides on a single connection. A single override applies to a single source or target. When you specify more than one file override, enclose the string of file overrides in double quotes and include a space between each file override.
If both LibraryList and DatabaseFileOverrides are specified and a table exists in both, DatabaseFileOverrides takes precedence.
|
IsolationLevel
| Commit scope of the transaction. Select one of the following values:
Default is CS.
|
LibraryList
| List of libraries that PowerExchange searches to qualify the table name for Select, Insert, Delete, or Update statements. PowerExchange searches the list if the table name is unqualified.
Separate libraries with commas.
If both LibraryList and DatabaseFileOverrides are specified and a table exists in both, DatabaseFileOverrides takes precedence.
|
EnableConnectionPool
| Optional. Enables parallel processing when loading data into a table in bulk mode. Used for Oracle. True or false. Default is true.
|
ConnectionPoolSize
| Optional. Maximum number of idle connections instances that the Data Integration Service maintains for a database connection. Set this value to be more than the minimum number of idle connection instances.
|
ConnectionPoolMaxIdleTime
| Optional. Number of seconds that a connection exceeding the minimum number of connection instances can remain idle before the connection pool drops it. The connection pool ignores the idletime when it does not exceed the minimum number of idle connection instances.
|
ConnectionPoolMinConnections
| Optional. Minimum number of idle connection instances that the pool maintains for a database connection. Set this value to be equal to or less than the idle connection pool size. Default is 0.
|