运行DBA Studio
用internal/oracle以sysdba登录
选择database
在右边的点击Open
最后Apply即可

解决方案 »

  1.   


    「开始」菜单\程序\Oracle Installation Products\Universal Installer
    修复一下
      

  2.   

    1 看看alert.log中有什么错误信息没有
    2 照做,然后贴出你的信息
    如果是win:
    C:\>net start OracleServiceTest
    OracleServiceTEST 服务正在启动 .
    OracleServiceTEST 服务已经启动成功。
    C:\>sqlplus "/ as sysdba"SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 2月 20 15:13:50 2003Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.已连接到空闲例程。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>如果是unix:
    feptwo> env | grep ORA
    ORACLE_SID=o817
    ORA_NLS33=/usr/oracle/app/oracle/product/8.1.7/ocommon/nls/admin/data
    ORACLE_HOME=/usr/oracle/app/oracle/product/8.1.7
    feptwo> ps -ef | grep ora
    oracle    20159      1  0.0   Feb 13 ??           0:00.30 /usr/oracle/app/oracle/product/8.1.7/bin/tnslsnr LISTENER -inherit
    oracle     1225   1361  0.0 15:15:24 ttyp1        0:00.01 grep ora
    oracle     1361   1336  0.0 15:14:24 ttyp1        0:00.11 -ksh (ksh)
    feptwo> sqlplus "/ as sysdba"      SQL*Plus: Release 8.1.7.0.0 - Production on Thu Feb 20 15:15:34 2003(c) Copyright 2000 Oracle Corporation.  All rights reserved.Connected to an idle instance.SQL> startup
    ORACLE instance started.Total System Global Area   81884132 bytes
    Fixed Size                   103396 bytes
    Variable Size              57401344 bytes
    Database Buffers           24199168 bytes
    Redo Buffers                 180224 bytes
    Database mounted.
    Database opened.
    SQL> 
    还有,P4上装oracle 8i以上版本有个bug,需要给symcjit.dll文件改名字(其实就是不使用这个文件,让jre找不到这个名字的文件,如改成symcjit.dll.bak等等)