Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Verify my Backup files after Backup?

923887May 16 2012 — edited May 17 2012
Hi All,

How can I make sure the backup I just made was all good? which command is better (VALIDATE or BACKUP VALIDATE or RESTORE VALIDATE).
I am guessing RESTORE VALIDATE. Then what would the command looks like:


run {
backup database INCLUDE CURRENT CONTROLFILE plus archivelog;
transport tablespace MYDB
tablespace destination '/opt/oracle/trandest'
auxiliary destination '/opt/oracle/auxdest';

RESTORE DATABASE VALIDATE;
RESTORE ARCHIVELOG ALL VALIDATE;
}


Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2012
Added on May 16 2012
1 comment
147 views