您的位置:首页 > 其它

Solve RMAN-06056: could not access datafile 91

2009-04-03 09:09 363 查看
Got an error said the RMAN backup failed this morning.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 04/02/2009 18:28:00
RMAN-06056: could not access datafile 91
Solution:Add skip INACCESSIBLE
run {
backup AS COMPRESSED BACKUPSET archivelog all delete all input skip INACCESSIBLE;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐