ora-01033 ORACLE initialization or shutdown in progress 解决方案

来源:互联网 发布:爱淘宝女士护士鞋 编辑:程序博客网 时间:2024/05/22 15:19
 

连Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\Admin>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.3.0 - Production on 星期六 11月 20 13:58:30 2010

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.


连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> select status from v$instance;

STATUS
------------
MOUNTED

SQL> alter database open;
alter database open
*
第 1 行出现错误:
ORA-01172: 线程 1 的恢复停止在块 73 (在文件 2 中)
ORA-01151: 如果需要, 请使用介质恢复以恢复块和还原备份


SQL> recover database;
完成介质恢复。
SQL> alter database open;

数据库已更改。

SQL> select status from v$instance;

STATUS
------------
OPEN


原创粉丝点击