[oracle@linux4 ~]$ cd $ORACLE_HOME
[oracle@linux4 db_1]$ cd bin
[oracle@linux4 bin]$ ./sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Aug 27 14:06:13 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 100664912 bytes
Database Buffers 180355072 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL>
请问这里出现了Connected to an idle instance.是否正常?
注:后面是可以正常查询数据。