Temporary objects definition
This topic describes the Temporary objects definition syntax used in the DROPRECOVERY statement.
This syntax determines:
- Whether Log Master creates temporary copies of the dropped table and table space as it recovers a dropped table.
- The physical and logical locations where Log Master stores the temporary copies.
This syntax applies only to recovery of individual tables, not table spaces. Log Master includes this information in generated data definition language (DDL) statements, the INDEP OUTSPACE syntax that it can pass to BMC AMI Recover, and generated SQL statements.
The following figure shows the Temporary objects definition syntax.
Option | Description | ||||||
---|---|---|---|---|---|---|---|
INDEP YES | NO | Specifies whether Log Master creates and uses temporary copies to recover the dropped table. Use the default value of YES for normal processing.
| ||||||
STOGROUP storageGroupName | Specifies which Db2-defined storage group BMC AMI Recover uses to create temporary copies of Db2 objects during the recovery of a dropped table. If you do not specify a storage group, Log Master directs BMC AMI Recover to use the storage group where the original table space was stored. | ||||||
DATABASE databaseName | Specifies the Db2 database where BMC AMI Recover creates temporary copies of Db2 objects during the recovery of a dropped table. The default value for databaseName is ALPTMPDB. | ||||||
TABLESPACE tableSpaceName | Specifies the table space where BMC AMI Recover creates temporary copies of a dropped table during the recovery. The default value for tableSpaceName is ALPTMPTS. | ||||||
OWNER userID | Specifies the user ID that BMC AMI Recover uses as it creates temporary copies of a dropped table during the recovery. The default value for userID is ALPTMPUS. |
Related topic