今更ながら、Oracleインスタンス起動方法
[bash]
[oracle@server ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on 水 12月 21 15:36:49 2011
Copyright (c) 1982, 2009, Oracle. All rights reserved.
アイドル・インスタンスに接続しました。
SQL> startup
ORACLEインスタンスが起動しました。
Total System Global Area 1.0088E+10 bytes
Fixed Size 2215984 bytes
Variable Size 6710890448 bytes
Database Buffers 3355443200 bytes
Redo Buffers 19640320 bytes
データベースがマウントされました。
データベースがオープンされました。
[/bash]