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