ORA-03113解决方法

2014-11-24 17:12:10 · 作者: · 浏览: 0

场景:


此时我重启了Windows Oracle 数据库服务器。


解决方法:


sysdba身份连接oracle


C:\Documents and Settings\Administrator>sqlplus /nolog
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.


接入到mount状态:


startup mount;


alter database noarchivelog;
alter database open;