Thursday, June 14, 2012

change archivelog all crosscheck in rman

This command is very useful, where your RMAN does not take the sequence number into consider

Here is a simple example script to see whether all of the registered archived redo logs still exist; if not, RMAN changes their status in the metadata to expired:
crosscheck archivelog all;
allocate channel for maintenance type disk;
change archivelog all crosscheck;
release channel;

No comments:

Post a Comment

Thursday, June 14, 2012

change archivelog all crosscheck in rman

This command is very useful, where your RMAN does not take the sequence number into consider

Here is a simple example script to see whether all of the registered archived redo logs still exist; if not, RMAN changes their status in the metadata to expired:
crosscheck archivelog all;
allocate channel for maintenance type disk;
change archivelog all crosscheck;
release channel;

No comments:

Post a Comment

My Blog List