Validate Commands for RMAN
The validate commands helps you ensure that the backed-up files exist in the proper location and they are readable and free from any logical and physical corruption for exampme
RMAN> validate backupset 9
The following command doesn’t restore any data files. It only validates the contents of the backup sets are restorable
RMAN> run {
Allocate channel d1 type disk;
Restore database validate;
}
The “finished restore” message indicates database can be recovered if necessary
The validate commands helps you ensure that the backed-up files exist in the proper location and they are readable and free from any logical and physical corruption for exampme
RMAN> validate backupset 9
The following command doesn’t restore any data files. It only validates the contents of the backup sets are restorable
RMAN> run {
Allocate channel d1 type disk;
Restore database validate;
}
The “finished restore” message indicates database can be recovered if necessary
0 comments:
Post a Comment