oracle 11g active dataguard,oracle 11gR2 active dataguard duplicate database ORA-17628
搭建adg的时候 报错ORA-17628,检查备份脚本信息,发现convert 涉及的目录没有创建,比如datafile onlinelog tempfile 目录相当于datafile copy 无法copy 应该报个linux 的no directory 就好了创建后 重新startup nomount force 重新duplicate 就ok了rman target...
搭建adg的时候 报错ORA-17628,检查备份脚本信息,发现convert 涉及的目录没有创建,比如datafile onlinelog tempfile 目录
相当于datafile copy 无法copy 应该报个linux 的no directory 就好了
创建后 重新startup nomount force 重新duplicate 就ok了
rman target auxiliary
duplicate target database for standby from active database skip tablespace temp nofilenamecheck;
..... 省略部分
input datafile file number=00001 name=+DATA/pay/datafile/system.262.861910841
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/14/2016 23:32:26
ORA-17628: Oracle error 19505 returned by remote Oracle server
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
input datafile file number=00007 name=+DATA/pay/datafile/.1772.881277743
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/14/2016 23:32:27
ORA-17628: Oracle error 19505 returned by remote Oracle server
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
input datafile file number=00006 name=+DATA/pay/datafile/xxxxxxxx.1763.880930005
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 06/14/2016 23:32:28
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/14/2016 23:32:28
ORA-17628: Oracle error 19505 returned by remote Oracle server
阅读(2205) | 评论(0) | 转发(0) |
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)