RECOVER-pending status

The RECOVER-pending (RECP) restrictive status indicates that a table space or table space partition is broken and must be recovered.

Refer to the following table for information about resetting the RECOVER-pending status. This table lists the status name, abbreviation, affected objects, and any corrective actions.

Table 1. Resetting RECOVER-pending status
Status Abbreviation Object affected Corrective action Notes
RECOVER- pending RECP Table space Run the RECOVER utility on the affected object.  
RECOVER- pending RECP Table space partition Recover the partition.  
RECOVER- pending RECP Index on the auxiliary table Correct the RECOVER-pending status by using one of the following utilities:
  • REBUILD INDEX
  • RECOVER INDEX
  • REORG INDEX SORTDATA
 
RECOVER- pending RECP Index space Run one of the following utilities on the affected index space to reset RECP, RBDP, RBDP*, or PSRBDP status:
  • REBUILD INDEX
  • RECOVER INDEX
  • REORG INDEX SORTDATA
 
RECOVER- pending RECP Any The following actions also reset the RECOVER-pending status:
  • Use LOAD REPLACE for the table space or partition.
  • Use REPAIR SET TABLESPACE or INDEX with NORCVRPEND on the table space or partition. Be aware that this does not correct the data inconsistency in the table space or partition.
  • Start the database that contains the table space or index space with ACCESS FORCE. Be aware that this does not correct the data inconsistency in the table space or partition.