搭建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
阅读(3572) | 评论(0) | 转发(0) |