IXRECP
When you are performing a point-in-time recovery, the IXRECP option setting determines whether to set indexes that are not rebuilt or recovered in the same run as their associated table spaces to RECP or RBDP status.
Use the IXRECP option when you perform a point-in-time recovery of a table space. In this type of recovery, it is important that any indexes on the table space be rebuilt or recovered so that index data is synchronized with the data to which it refers. You can use IXRECP to set the indexes that are associated with the recovered table spaces to pending status. This forces index recoveries before the data can be accessed.
If IXRECP is not present in the OPTIONS command statement, the IXRECP setting is determined by the IXRECP installation option.
The RBDP status makes it obvious if a target index does not reflect the changes made to the table space.
Option | Description |
---|---|
YES | IXRECP YES tells BMC AMI Recover to issue a warning message for each index that has not been recovered with the table space and to put each such index in RECP or RBDP status. A later index recovery or rebuild removes the RECP or RBDP status. If indexes are rebuilt or recovered in the same run as the table space, they are not placed in RECP or RBDP status. |
NO | (Default) IXRECP NO causes BMC AMI Recover not to set the RECP or RBDP status for indexes that are associated with a table space that is recovered to a point in time. No message is issued regarding the indexes. |