TargetTable
The TargetTable (TT) parameter specifies the name of the target table for the apply request. You must specify a TargetTable parameter for each corresponding SourceTable parameter.
Attributes
This parameter has the following attributes:
Attribute | Value |
---|---|
Section | [ObjectMap] |
Abbreviation | TT |
DBMS | Db2, Db2 LUW, Oracle |
Required? | No |
Valid values | The table name of the target table |
Default value | None |
Usage
The TargetTable parameter must immediately follow the corresponding SourceTable parameter in the configuration file. The format of the table name is described in Object-names-in-configuration-files. You can include wildcard characters as part of the table name. For more information about using wildcard characters in object-name mapping, see Using-wildcards-to-map-object-names
This parameter is not valid if your input contains data definition language (DDL) statements in SQL input (or DDL objects in logical log input).
Related topic