svrmgr>connect internal as sysdba
svrmgr>shutdown immediate
svrmgr>startup

解决方案 »

  1.   

    Michaelyfj(向五角星看齐) 您好:
    按您所说,执行到第二行(shutdown immediate),又出以下提示:
          Not connected to ORACLE还有高招吗?谢谢!
      

  2.   

    sqlplus /nolog
    connect / as sysdbashutdown abort
    startup
      

  3.   

    在win2k中把相应的服务关掉,在开然后在oracle的服务管理器中startup 应该可以吧?(dba竟然成了oracle的管理工具了,有点意思,哈哈)
      

  4.   

    以上各位的都是了,提示信息还是上面说的。按网友updater(开拓者) 所说执行如下结果:  执行connect / as sysdba 提示如下:
      ORACLE instance terminated. Disconnected forced.
      执行Shutdown abort提示如下:
      insufficient privileges
      执行startup提示如下:
      insufficient privileges  请大家再次指教! 谢谢!!
      

  5.   

    先看以下LOG文件里有什么问题,
    要么自己手工启动startup unmount
    alter database mount
    alter database open
     
    看看什么信息
      

  6.   

    ORA01276.TRC里面的信息:
    Dump file C:\oracle\admin\oracle1\udump\ORA01276.TRC
    Tue Sep 10 23:11:52 2002
    ORACLE V8.1.7.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 2, CPU type 586
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Windows 2000 Version 5.0 Service Pack 2, CPU type 586
    Instance name: oracle1Redo thread mounted by this instance: 1Oracle process number: 10Windows thread id: 1276, image: ORACLE.EXE
    *** SESSION ID:(7.1) 2002-09-10 23:11:52.062
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\ORACLE1\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLE\ORADATA\ORACLE1\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\ORACLE1\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    *** 2002-09-10 23:12:21.406
    Registered presentation http://admin on database startup
      

  7.   

    提示权限不够呀,你在服务器上这么做
    connect internal
    提示连接成功
    然后再
    shutdown abort
    startup
    应该可以的,我试过,如果连本机的oracle,密码没改过,那就不用敲密码直接connect internal就可以了
      

  8.   

    zero88(零点) 您好:
      connect internal时提示输入密码(oracle)
      shutdown abort时提示没有connect
      

  9.   

    connect internal当然需要密码啊,你的密码呢?
    密码用oracle试试
      

  10.   

    penitent(只取一瓢):
      用connect internal连接,密码:oracle,提示成功,
    但执行shutdown abort时提示没有connect我实在是搞不懂
      

  11.   

    zheng(一笑) 你好:
    我查看日志文件了,存在!,我用sys,或internal,权限应该足够吧!
    我不知为何大不开日志文件.请再次指教!
      

  12.   

    你的trace文件提示如下:
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\ORACLE1\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.说明操作系统无法无法找到日志文件,你先检查相关的日志文件能否访问和打开。