Previous Topic

Next Topic

Data Verification Before Backup

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.

Previous Topic

Next Topic

Methods of Verifying Data Accessibility

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:

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.


© 2007 Ingres Corporation. All rights reserved.