0

RMAN で次のエラーが発生します:-

Starting backup at 18-NOV-15
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile copy
input datafile file number=00001 name=/u01/app/oracle/oradata/orcl/system01.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/18/2015 14:19:36
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/orcl/sysaux01.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/18/2015 14:19:37
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/orcl/undotbs01.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/18/2015 14:19:38
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/orcl/users01.dbf
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 11/18/2015 14:19:40
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/18/2015 14:19:39
ORA-17628: Oracle error 19505 returned by remote Oracle
4

2 に答える 2

0
  1. RMAN-03009 & ORA-17628 以前の複製がこの同じ場所に対して行われ、一部のデータファイルがまだ残っている場合、このエラーが表示されます。

    解決策: 指定されたファイルを「補助サーバー」から削除し、複製を再試行します。

  2. ORA-19505 db_file_name_convert が指定されておらず、制御ファイルの場所が間違っている場合、このエラーが表示されます。正しいパスを指定してください。

于 2019-04-30T23:17:15.070 に答える