ORACLE initialization or shutdown in progress

ORACLE initialization or shutdown in progress

C:\Users\Administrator>sqlplus/NOLOG

SQL*Plus: Release 11.2.0.1.0 Production on 星期日 12月 30 12:58:31 2018

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

SQL> connect sys/change_on_install as sysdba;
已连接。
SQL> shutdown normal;
数据库已经关闭。
已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup mount;
ORACLE 例程已经启动。

Total System Global Area  431038464 bytes
Fixed Size                  1375088 bytes
Variable Size             331351184 bytes
Database Buffers           92274688 bytes
Redo Buffers                6037504 bytes
数据库装载完毕。
SQL> alter database open;

数据库已更改。

ORACLE initialization or shutdown in progress