TableName
Usage
The table that you specify must exist when you run the apply request. It must reside in the same Db2 subsystem as the target tables. Use one of the formats shown in the following table.
If you specify an unqualified name for the restart table, be aware of the value of the BindQualifier parameter in your configuration (for more information, see BindQualifier).
Format | Description |
---|---|
owner.tableName | To fully qualify a table name, specify the owner and table name, as follows:
|
tableName | If you specify a table name without an owner, High-speed Apply Engine uses the user ID that runs the apply request as the owner of the table. |
synonym | High-speed Apply Engine uses the user ID that runs the apply request as the owner of the synonym. |
owner.synonym | You can fully qualify a synonym for a table name by specifying owner and synonym, as follows:
|
alias | If the default name is specified or defaulted, High-speed Apply Engine uses the user ID that runs the apply request as the owner of the alias. If the table is not found, High-speed Apply Engine uses the owner of the plan as the owner of the alias. |
owner.alias | You can fully qualify an alias for a table name by specifying owner and alias, as follows:
|
By default, the High-speed Apply Engine uses a single restart table for all apply requests. (This table can be the restart table created during installation or one that you designate.) In normal use, this practice works well. However, if you run a large number of apply requests simultaneously on the same target database, you might begin to experience resource contention for the single restart table.
If you experience resource contention, create a restart table for each apply request that runs simultaneously on the target database. This practice ensures that resource contention for the restart table will not occur.
For more information, see Creating-a-restart-table.
Related topics