ORACLE RMAN 错误收集
现象: 备份 失败; 原因:备份空间用完了 解决方案: 1. 查看配置:show parameter db_recovery_file_dest_size; 2. 调大db_recovery_file_dest_size:alter system set db_recovery_file_dest_size= XXX G 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) 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' RMAN-03009: failure of backup command on c1 channel at 01/05/2012 06:03:14 ORA-19502: write error on file "/backup/dbtemp/bkp_20120105_5138_1.dbf", blockno 4775297 (blocksize=8192) ORA-27072: File I/O error Linux-x86...