Skip to main content
SnapManager Oracle

Verifying database backups

Contributors NetAppZacharyWambold

You can use the backup verify command to verify that the blocks in the database backup are not corrupted. The verify operation invokes the Oracle Database Verify utility for each data file in the backup.

SnapManager enables you to perform the verify operation at any time that is convenient for you and the users on your system. You can perform the verification immediately after creating the backup. You must specify the profile containing the backup and either the label or the ID of the backup you created.

Note The backup verify operation fails in a Windows environment if you are using SnapManager 3.0 and Oracle database 11.1.0.7. You must use Oracle database 11.2.0.1 or later.
Note You can specify -dump to collect the dump files after the backup verify operation.
  1. Enter the following command: smo backup verify -profile profile_name [-label label | -idid] [-force] [ -dump] [-quiet | -verbose]

Related information