重庆思庄Oracle、Redhat认证学习论坛

标题: 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;


File created.

SQL> startup nomount pfile='/home/oracle/pfile.ora';

ORACLE instance started.






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2