INDEXLOG
Related topics
Examples of BMC AMI Recover jobs
DD statements for REBUILD INDEX jobs
RECOVER TABLESPACE, RECOVER INDEX, and RECOVER INDEXSPACE commands
The INDEXLOG option setting determines the behavior of the RECOVER INDEX command. If it is not specified on the OPTIONS command statement, the setting of INDEXLOG in the installation options is used.
You might consider using INDEXLOG YES, even though you might have to change some RECOVER INDEX commands to REBUILD INDEX commands. However, if you have no immediate plans to start making index image copies, you might prefer INDEXLOG NO so that you will not have to change syntax.
Value | Description |
|---|---|
INDEXLOG YES | INDEXLOG YES causes the RECOVER INDEX command to use copies, log, or both for index recovery. |
INDEXLOG NO | INDEXLOG NO causes the RECOVER INDEX command to rebuild the index by extracting the keys from the table space. When you specify INDEXLOG NO, the RECOVER INDEX and the REBUILD INDEX commands are synonyms. |
INDEXLOG AUTO | INDEXLOG AUTO causes the RECOVER INDEX command to recover the index from image copies and log if possible. However, if BMC AMI Recover determines that it cannot recover the index (for example, because of missing image copy or a point-in-time recovery), the RECOVER INDEX request automatically converts to a REBUILD INDEX request. INDEXLOG AUTO supports BACKOUT recoveries. Conversion from RECOVER INDEX to REBUILD INDEX is not supported for the following options:
|