标题: RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is st... [打印本页] 作者: 刘泽宇 时间: 2022-12-11 00:44 标题: RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is st... 使用RMAN复制数据库时出现报错:
RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause
解决方案:
将备库创建pfile文件,然后从pfile启动
SQL> shutdown immediate;
ORA-01507:database note mounted
oracle instance shut down.
SQL> create pfile='/home/oracle/pfile.ora' from spfile;