Start of change

DSNU1322I PROCESSING SKIPPED FOR database-name.tablespace-name BECAUSE THE OBJECT DOES NOT NEED TO BE RECOVERED

Explanation

During a point-in-time recovery, the RECOVER utility did not process the specified object, because the object has not been updated since the recovery point. Therefore, the object does not need to be recovered.

database-name
The name of the database.
tablespace-name
The name of the table space.

Skipping objects that do not need to be recovered is the default behavior for the RECOVER utility and is controlled by the SCOPE option.

System action

Utility processing continues.

User response

No action is required.

Severity

0 (informational)

End of change