ORA-01034: ORACLE not available

C:\Documents and Settings\Administrator>sqlplus /nolog

 

SQL*Plus: Release 9.2.0.1.0 - Production on 星期五 3月 1 13:56:37 2013

 

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

 

SQL> conn /as sysdba

已连接到空闲例程。

SQL> startup

ORACLE 例程已经启动。

 

Total System Global Area  135338868 bytes

Fixed Size                   453492 bytes

Variable Size             109051904 bytes

Database Buffers           25165824 bytes

Redo Buffers                 667648 bytes

数据库装载完毕。

数据库已经打开。

SQL> select * from v$log;

 

    GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS

---------- ---------- ---------- ---------- ---------- --- ----------------

FIRST_CHANGE# FIRST_TIME

------------- ----------

         1          1        482  104857600          1 NO  INACTIVE

     16884449 13-9月 -12

 

         2          1        483  104857600          1 NO  CURRENT

     16938480 01-3月 -13

 

         3          1        481  104857600          1 NO  INACTIVE

     16850650 12-9月 -12

 

 

SQL>

 

 要是每次启动服务 都这么提示,说明例程没有启动,需要手动启动,这样有点麻烦,可以设置自动启动。请看 

http://cjhz.iteye.com/blog/1820961

你可能感兴趣的:(available)