DSNB212I csect-name-RECOVER PAGE STARTING DBNAME = database-name, SPACENAME = space-name, INSTANCE = instance-number, PAGE NUMBER = X'page-number'
Explanation
The buffer manager subcomponent of Db2 discovered an inconsistent page with unbalanced write intents. Db2 is ready to do online recovery on the page by using the Db2 log.
- csect-name
- The name of the control section that issued the message.
- database-name
- The name of the database that is associated with the recovery.
- space-name
- The name of the table space or index space that is associated with the recovery.
- instance-number
- The instance number of the table space or index space.
- page-number
- A hexadecimal number that identifies the page that is logically inconsistent.
This message is followed by message DSNB215I if the recovery was successful or by message DSNB217I if it was not successful.
System action
Processing continues.
User response
No action is required.