1.duplicate 报错
sql statement: alter database mount standby database
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 12/04/2023 15:01:42
RMAN-05501: aborting duplication of target database
RMAN-05001: auxiliary file name /oracle/app/oracle/oradata/fermdb/test01.dbf conflicts with a file used by the target database
RMAN-05001: auxiliary file name /oracle/app/oracle/oradata/fermdb/users01.dbf conflicts with a file used by the target database
RMAN-05001: auxiliary file name /oracle/app/oracle/oradata/fermdb/undotbs01.dbf conflicts with a file used by the target database
RMAN-05001: auxiliary file name /oracle/app/oracle/oradata/fermdb/sysaux01.dbf conflicts with a file used by the target database
RMAN-05001: auxiliary file name /oracle/app/oracle/oradata/fermdb/system01.dbf conflicts with a file used by the target database
2.原因
db_file_name_convert 文件配置错误。源端和目标端配置相同。
3.总结
当db_file_name_convert 配置错误时,就会出现文件名称冲突。