Responding to unsatisfactory object status
Processing object lists
After you have displayed a list of objects to be included in the object set, you can replace it with a new list, merge it with another list, or exclude one or more objects from the list.
You can also request the following during object list generation:
Partition expansion
A partitioned object can be expanded into its constituent partitions. This technique is useful if you are planning to:
- Selectively back up or recover partitions
- Perform recovery using IBM Db2 RECOVER and the existing image copies were made by partition
Index inclusion
Any indexes on the table spaces in the list can be included in the list. If you are building an object set primarily for recovering to the current time, indexes are usually not an issue. However, if you are building an object set for a recovery to a prior point and indexes were not included, the indexes may not be synchronized with the data when the space is recovered. You have two opportunities to include indexes--during list generation and again at recover time if point-in-time recovery is selected.
RI inclusion
Objects that are related by referential integrity can be included in the list during list generation. If you are building an object set primarily for recovering to the current time, referential integrity is usually not an issue. However, if you are building an object set for a recovery to a prior point and objects related by referential integrity were not included, the entire RI set may not be in a consistent state after recovery.
LOB Inclusion
Any objects related by LOB structure to an object in the list can be included in the list during list generation. Because of their unique structure, LOB-related objects must always be recovered to the same point.
XML Inclusion
Any objects related by XML structure to an object in the list can be included in the list during list generation. Because of their unique structure, XML-related objects must always be recovered to the same point.
History (Versioning) Inclusion
Any objects related by a history (versioning) relationship to an object in the list can be included in the list during list generation.