(ORA-00210、ORA-00202)-控制文件错误
现象描述
数据库启动失败,系统显示如下错误信息:
ORA-00210: cannot open the specified control file ORA-00202: control file: '/opt/workshop/omu/database/control03.ctl'
处理步骤
- 以oracle用户登录数据库所在机器。
- 以sysdba用户连接数据库。
% sqlplus / as sysdba
- 修改控制文件参数,即从控制文件中删除“control03.ctl”。
SQL> alter system set control_files='/opt/workshop/omu/database/control01.ctl','/opt/workshop/omu/database/control02.ctl';
- 重新启动数据库。
SQL> startup
启动成功,系统显示如下信息:ORACLE instance started. Total System Global Area 2137886720 bytes Fixed Size 2122920 bytes Variable Size 1191185240 bytes Database Buffers 939524096 bytes Redo Buffers 5054464 bytes Database mounted. Database opened.
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。