As the DBA, you must know that the data in your database is good (can be accessed) before backing it up. This can assure that a successful recovery can be made if it becomes necessary to restore the database from the backup copy.
One method of verifying the accessibility of your tables is to write a script that automatically checks each of the tables and system catalogs in your database.
Otherwise, you can use one of the following suggested methods in VDBA:
If rows in a table are not accessible, you receive an error message. If this happens, restore the table from an earlier checkpoint before doing a new backup.
For the detailed steps for performing these procedures, see online help.
You can also accomplish these tasks using the sysmod, modify, select, and verifydb commands. For more information, see the Command Reference Guide.