Recovering a table space

Use the Table Space Recover window to recover data to the current state or to a previous point in time. Recovering one or more table spaces recovers an entire table space, a partition or data set, pages within an error range, or a single page. You recover data from image copies of a table space and from log records containing changes to the table space. If the most recent full image copy data set is unusable, and previous image copy data sets exist in the system, then when you recover a table space, the utility uses the previous image copy data sets. With a point-in-time recovery, it is not necessary to take a full image copy after recovering, except in the case of fallback recovery. DB2 records the RBAs associated with the point-in-time recovery in catalog table SYSIBM.SYSCOPY to allow future recover operations to skip the unwanted range of log records.

Because a point-in-time recovery leaves data in a consistent state and indexes in an inconsistent state, all indexes must be recovered by running a recover index from the Control Center.

Authorities and privileges.

To recover a table space:

  1. Open the Recover Table Space window.

  2. Specify the options appropriate for the table space or table spaces that are listed in the table.

    1. Optional: If you are recovering to current:
    2. Optional: If you are recovering to a log point:
  3. Ensure that all of the table spaces you want to recover are listed in the window. You can use the Add, Change, or Remove push buttons as needed.

  4. Click OK to begin the table space recover processing.

Related Information

Troubleshooting Tips