启动数据库。
sqlplus /nolog
conn sys/.... as sysdba
startup

解决方案 »

  1.   

    ORA-01034 ORACLE not availableCause: Oracle was not started. Possible causes include the following:The SGA requires more space than was allocated for it.
    The operating-system variable pointing to the instance is improperly defined.
    Action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. If Oracle has been initialized, then on some operating systems, verify that Oracle was linked correctly. See the platform-specific Oracle documentation.
    --********************************************************
    ORA-27101 shared memory realm does not existCause: Unable to locate shared memory realm.Action: Verify that the realm is accessible.--这样就知道是怎么回事了.
      

  2.   

    真的感觉还是好贴,以前也与到过你这种情况,也是重新启动服务后也就解决了,不过dinya2003高手写的东西都是英语啊,自己得好好加强英语的练习了!
      

  3.   

    一。先看看数据库服务是否启动
    二。如果启动,看看
        sqlplus name/pwd@databasename
      

  4.   

    没有启动数据库实例
    sqlplus internal 
    startup 
    exit
    lsrnctl
    start
    exit
    看一下就OK了
      

  5.   

    也可以在服务中启动该服务,然后用as sysdba的身份应该是可以登陆的。
      

  6.   

    oracle入门真难啊。我的问题太多了,改天好好问问。