Verify the validity of RMAN backup

Source: Internet
Author: User

Verify the validity of RMAN backup

1. restore preview command
This command is used to check which backup set is used for restoration to perform specific restoration.
Restore database preview;
2. Use the restore command of the validate and check logical parameters to check the backup set to ensure that the database is recoverable.
Restore database validate;
You can use the check logical parameter to fully check the latest backup set.
Run
{
Restore database check logical validate;
}
3. Use the validate backupset command
The restore command with the validate parameter or check logical parameter can only check the latest backup set. to check any backup set, use the validate backupset command.
Check the backup set key)
List backupset;
Check again
Validate backupset 141;
Or
Validate backupset 141 check logical;

Recommended reading:

RMAN: Configure an archive log deletion policy

Basic Oracle tutorial-copying a database through RMAN

Reference for RMAN backup policy formulation

RMAN backup learning notes

Oracle Database Backup encryption RMAN Encryption

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.