码迷,mamicode.com
首页 > 移动开发 > 详细

ORA-00214: controlfile '/u01/app/oracle/oradata/[sid]/control01.ctl' version inconsistent with file '/u01/app/oracle/oradata/[sid]/control03.ctl'

时间:2014-08-14 20:01:09      阅读:359      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   strong   ar   art   

Sample error:

SQL> startup
ORACLE instance started.

Total System Global Area 285212672 bytes
Fixed Size 1321368 bytes
Variable Size 153605736 bytes
Database Buffers 130023424 bytes
Redo Buffers 262144 bytes
ORA-00214: controlfile ‘/u01/app/oracle/oradata/[SID]/control01.ctl‘ version
774562 inconsistent with file ‘/u01/app/oracle/oradata/[SID]/control03.ctl‘
version 774558

Solution

get a backup of the control03.ctl

$ cp /u01/app/oracle/oradata/[SID]/control03.ctl /u01/app/oracle/oradata/[SID]/control03_bak.ctl

Replace control file

cp /u01/app/oracle/oradata/[SID]/control01.ctl /u01/app/oracle/oradata/[SID]/control03.ctl

output:
cp: overwrite `/u01/app/oracle/oradata/[SID]/control03.ctl‘? y

alter database mount;

recover database;

alter database open;

--本篇文章参考自http://www.easywebtech.com/oracle/ORA-00214controlfile.phphttp://blog.csdn.net/photnman/article/details/137572

ORA-00214: controlfile '/u01/app/oracle/oradata/[sid]/control01.ctl' version inconsistent with file '/u01/app/oracle/oradata/[sid]/control03.ctl',布布扣,bubuko.com

ORA-00214: controlfile '/u01/app/oracle/oradata/[sid]/control01.ctl' version inconsistent with file '/u01/app/oracle/oradata/[sid]/control03.ctl'

标签:style   blog   http   color   io   strong   ar   art   

原文地址:http://www.cnblogs.com/yabingshi/p/3913062.html

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