就是服务启动不了,listener起来了就是服务没有起来。
知道怎么回事吗?谢谢

解决方案 »

  1.   

    ORA-03114 not connected to ORACLECause: A call to Oracle was attempted when no connection was established. Usually this happens because a user-written program has not logged on. It may happen if communication trouble causes a disconnection. In addition, this message could occur when ALTER SYSTEM KILL SESSION or ALTER SYSTEM DISCONNECT SESSION were issued with the IMMEDIATE qualifier because, in those cases, the client's connection to the database is terminated without waiting for the client to issue a request.手工建库是登陆了吗?
    connect / as sysdba
    create database .....