SourceTable
The SourceTable (ST) parameter specifies the name of the source table for the apply request. You must specify SourceTable only if object-name mapping is required between the source and target tables.
Attributes
This parameter has the following attributes:
Attribute | Value |
---|---|
Section | [ObjectMap] |
Abbreviation | ST |
DBMS | Db2, Db2 LUW, Oracle |
Required? | No |
Valid values | The table name of the source table |
Default value | None |
Usage
This parameter must precede the corresponding TargetTable parameter. 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