INDEXLOG
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:
|