码迷,mamicode.com
首页 > 数据库 > 详细

ORA-01665 control file is not a standby control file

时间:2017-09-15 23:46:33      阅读:660      评论:0      收藏:0      [点我收藏+]

标签:not   nbsp   bsp   备份   sql   tab   错误处理   standby   解决   

ORA-01665错误处理

问题描述:

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

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

 

解决办法:

在主库备份一个控制文件

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

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

ORA-01665 control file is not a standby control file

标签:not   nbsp   bsp   备份   sql   tab   错误处理   standby   解决   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!