Attribute and Type | Type | Description |
---|---|---|
TD_BUFFER_MODE | varchar | Indicates which type of Load method is used. Valid Settings:
|
TD_INSTANCE_NUM | integer | Provides the instance number of the current instance.
|
TD_LOG_TABLE | varchar | Provides the name of the restart log table for restart information. If the restart log table name is not fully qualified, it is created under the user’s default (logon) database. Alternately, a working database can be specified using the TD_WORKINGDATABASE attribute. If the TD_WORKINGDATABASE attribute is used, the restart log table name must be fully qualified, even if the restart log table is going to reside in the default (logon) database.
|
TD_MAX_INSTANCES | integer | Required only if using multiple instances of the same driver in a main-worker environment. Provides the total number of instances (main and workers). |
TD_RESTARTMODE | integer | Required only before restarting. Must be set to 1 before performing a restart. |
TD_SYSTEM_OPERATOR | varchar | Provides the type of driver being used (in this case TD_LOAD). |
TD_TARGET_TABLE | varchar | Provides the name of the Load target table. |
TD_USER_NAME | varchar | Provides the name of the user for the Load driver logon sessions. |
TD_USER_PASSWORD | varchar | Provides the password associated with the user name. |