现象:备份失败;
原因:备份空间用完了
解决方案:
1. 查看配置:show parameter db_recovery_file_dest_size;
2. 调大db_recovery_file_dest_size:alter system set db_recovery_file_dest_size=XXXG scope=BOTH;
或者:修改rman保存时间:configure retention policy to recovery window of XXX days
RMAN-06207: WARNING: 2 objects could not be deleted for DISK channel(s) d
RMAN-06208: to mismatched status. Use CROSSCHECK command to fix
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212: Object Type Filename/Handle
RMAN-06213:
---------------------------------------------
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control1DPDEVUG.ctl
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control2DPDEVUG.ctl
RMAN-06208: to mismatched status. Use CROSSCHECK command to fix
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212: Object Type Filename/Handle
RMAN-06213:
---------------------------------------------
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control1DPDEVUG.ctl
RMAN-06214: Datafile Copy /u10/oraback/DPDEVUG/HOT/control2DPDEVUG.ctl
解决方案:crosscheck controlfilecopy ‘/u10/oraback/DPDEVUG/HOT/control1DPDEVUG.ctl'
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24751738/viewspace-707728/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/24751738/viewspace-707728/