TableName


The TableName parameter specifies the name of the DBMS table that contains restart information for the apply request. To enable restart processing, a restart table must be available for the High-speed Apply Engine to store restart information.

Attributes

This parameter has the following attributes:

Attribute

Value

Section

[Restart]

Abbreviation

None

Required?

No

Valid values

a valid table name (nondelimited), an alias, or a Db2 synonym

Default value

BMCAPT_APTRSCL (alias)

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:

  • The owner is the user ID of the table owner.
  • The period is a required separator.
  • The tableName is the Db2 table name.

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:

  • The owner is the user ID of the synonym owner.
  • The period is a required separator.
  • The synonym refers to a table.

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:

  • The owner is the user ID of the alias owner.
  • The period is a required separator.
  • The alias refers to a table

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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*