在命令行输入:
sqlplus /nolog
然后输入:
conn / as sysdba
最后输入:
startup
然后打开监听,再次连接,可以了。
整个过程如下:
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>
sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期五 10月 22 15:47:57 2010
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL>
conn / as sysdba
已连接到空闲例程。
SQL>
startup
ORACLE 例程已经启动。
Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 205521360 bytes
Database Buffers 322961408 bytes
Redo Buffers 5804032 bytes
数据库装载完毕。
数据库已经打开。
SQL>