手机网站不收录,浙江建设,网站设计策划书3000字,全国信用企业公示系统现象描述 数据库启动失败#xff0c;系统显示如下错误信息#xff1a;
ORA-00210: cannot open the specified control file
ORA-00202: control file: /opt/workshop/omu/database/control03.ctl可能原因可能原因 控制文件错误导致数据库启动失败。
处理步骤
以oracle用…现象描述 数据库启动失败系统显示如下错误信息
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.