ORA-01665 control file is not a standby control file

时间:2017-09-15 23:37:12   收藏:0   阅读:2979

ORA-01665错误处理

问题描述:

在备库启动至mount状态时,报如下错误:

ORA-01665: control file is not a standby control file

 

解决办法:

在主库备份一个控制文件

SQL> alter database create standby controlfile as ‘/home/oracle/bak.ctl‘;

然后传到备库,用此控制文件启动数据库即可

原文:http://www.cnblogs.com/liang545621/p/7529102.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!