什么时候提示这个错误的,是在startup时吗?
请把错误现象描述具体些,这样大家才可以想办法啊!

解决方案 »

  1.   

    是在客户端报的错误吧,数据库服务器被停掉了,SHUTDOWN ABORT了
      

  2.   

    我在数据库服务器执行了SHUTDOWN ABORT,然后又执行了startup,我还试了:sqlplus /nolog ,connect /as sysdba,联数据库时仍出现这个问题,最初这个问题是在我用dataware双机热备时,切换服务器时出现的,现在问题仍没解决,哪位oracle高手能帮帮忙!
      

  3.   

    ORA-01092 ORACLE instance terminated. Disconnection forcedCause: The instance connected to was terminated abnormally, probably due to a SHUTDOWN ABORT. The current process was forced to disconnect from the instance.Action: Examine the alert log for more details. Contact the database administrator to determine when the instance is restarted. Attempt to reconnect after the instance is running again.
      

  4.   

    那你还可以用到它里边的表吗?你可以这样写,看看报什么错,然后贴出来:
    sqlplus /nolog
    SQL>connect sys/******* as sysdba
    SQL>shutdown immediate
    SQL>startup mount
    SQL>alter database open看看报什么错。
      

  5.   

    ORA-01092 ORACLE instance terminated. Disconnection forcedCause: The instance connected to was terminated abnormally, probably due to a SHUTDOWN ABORT. The current process was forced to disconnect from the instance.Action: Examine the alert log for more details. Contact the database administrator to determine when the instance is restarted. Attempt to reconnect after the instance is running again.