Cleaning up RECOVER UNLOADKEYS entries
To clean up RECOVER UNLOADKEYS entries
Use one of the following methods to remove the invalid BMCSYNC rows:
- Run a RECOVER BUILDINDEX job.
Run a job that uses the following statement for the table space and each index:
DELETE FROM <creatorName>.CMN_BMCSYNC
WHERE UTILID=' '
AND NAME1='<databaseName>'
AND NAME2='<spaceName>'
AND UTILNAME='RECOVER';
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*