8.3.2 Deleting Expired RMAN Backups after CROSSCHECK
When the CROSSCHECK command is used to determine whether backups recorded in the repository still exist on disk or tape, if RMAN cannot locate the backups, then it updates their records in the RMAN repository to EXPIRED status. You can then use the DELETE EXPIRED command to remove records of expired backups from the RMAN repository. If the expired files still exist, then the DELETE EXPIRED command terminates with an error.
To delete expired repository records:
If you have not performed a crosscheck recently, then issue a CROSSCHECK command. For example, issue:CROSSCHECK BACKUP; # checks backup sets and copies on configured channels
Delete the expired backups. For example, issue:DELETE EXPIRED BACKUP;
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26022000/viewspace-733991/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/26022000/viewspace-733991/