首页 > 其他分享 >RMAN-06207 RMAN-06208

RMAN-06207 RMAN-06208

时间:2023-02-06 11:24:02浏览次数:50  
标签:status Use 06207 06208 objects RMAN

RMAN-06207: WARNING: 1 objects could not be deleted for DISK channel(s) due
RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212:   Object Type   Filename/Handle
RMAN-06213: --------------- ---------------------------------------------------
RMAN-06214: Backup Piece    /oraarch/dbxckc/1_1579757_776436191.arch


RMAN-06207: WARNING: 1 objects could not be deleted for DISK channel(s) due
RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212:   Object Type   Filename/Handle
RMAN-06213: --------------- ---------------------------------------------------
RMAN-06214: Backup Piece    /oraarch/dbxckc/1_1579758_776436191.arch


RMAN-06207: WARNING: 1 objects could not be deleted for DISK channel(s) due
RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status
RMAN-06210: List of Mismatched objects
RMAN-06211: ==========================
RMAN-06212:   Object Type   Filename/Handle
RMAN-06213: --------------- ---------------------------------------------------
RMAN-06214: Backup Piece    /oraarch/dbxckc/1_1579758_776436191.arch

如上所示,在删除过期归档报错,根据提示可以看出来,该错误是由于归档日志状态问题所导致,日志告知用crosscheck修复归档状态后再删除

RMAN> crosscheck copy;
RMAN> delete nopromtp archivelog until time "sysdate-1";

 

标签:status,Use,06207,06208,objects,RMAN
From: https://www.cnblogs.com/Roobbin/p/17094797.html

相关文章