ORA-01033: ORACLE의 초기화 또는 정지 처리가 진행중입니다

C:\Users\Administrator>sqlplus sys/password as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 월 7월 29 20:59:04 2013

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

다음에 접속됨:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> recover database

매체 복구가 완료되었습니다.

SQL> alter database open

데이타베이스가 변경되었습니다.

SQL> shutdown immediate

데이터베이스가 닫혔습니다.

데이터베이스가 마운트 해제되었습니다.

ORACLE 인스턴스가 종료되었습니다.

SQL> startup

ORACLE 인스턴스가 시작되었습니다.

Total System Global Area  535662592 bytes

Fixed Size                  1375792 bytes

Variable Size             239075792 bytes

Database Buffers          289406976 bytes

Redo Buffers                5804032 bytes

데이터베이스가 마운트되었습니다.

데이터베이스가 열렸습니다.