Multiple index specification
Option | Description | ||
---|---|---|---|
INDEX creatorID.indexName | The INDEX option specifies the index to be recovered as follows:
| ||
INDEX (ALL) TABLESPACE databaseName.tableSpaceName | (ALL) TABLESPACE specifies that all indexes for the named table space are to be recovered. The parentheses around ALL are optional. TABLESPACE specifies the table space from which all indexes are to be recovered as follows:
| ||
INDEXSPACE databaseName.indexSpaceName | The INDEXSPACE option specifies indexes to be recovered as follows:
| ||
INDEXSPACE (ALL) TABLESPACE databaseName.tableSpaceName | (ALL) TABLESPACE specifies that all indexes for the named table space are to be recovered. The parentheses around ALL are optional. TABLESPACE specifies the table space from which all indexes are to be recovered as follows:
If you do not specify the TABLESPACE option, BMC AMI Recover determines the table space for the first valid index specified. All other specified indexes must belong to the same table space. | ||
NOWORKDDN | The NOWORKDDN option causes the keys to be sent directly to the sort routine without first writing these keys to a work data set. With RECOVER INDEX, NOWORKDDN is only valid when you have also specified INDEXLOG AUTO. |