RMAN-05501: aborting duplication of target database

1.       

问题:

在搭建DG的时候,duplicate的时候出现以下错误;

Starting backup at 15-JUL-16

using channel ORA_DISK_1

channel ORA_DISK_1: starting datafile copy

input datafile file number=00001 name=/u01/app/oracle/oradata/prod1/system01.dbf

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/15/2016 14:52:57

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=00002 name=/u01/app/oracle/oradata/prod1/sysaux01.dbf

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/15/2016 14:52:59

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=00005 name=/u01/app/oracle/oradata/prod1/example01.dbf

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/15/2016 14:53:00

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=00003 name=/u01/app/oracle/oradata/prod1/undotbs01.dbf

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/15/2016 14:53:01

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=00004 name=/u01/app/oracle/oradata/prod1/users01.dbf

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of Duplicate Db command at 07/15/2016 14:53:02

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 07/15/2016 14:53:02

ORA-17628: Oracle error 19505 returned by remote Oracle server

2.

你可能感兴趣的:(数据库)