Cause: An unexpected end-of-file was processed on the communication channel. The problem 
could not be handled by the Net8, two task, software. This message could occur if the 
shadow two-task process associated with a Net8 connect has terminated abnormally, or if 
there is a physical failure of the interprocess communication vehicle, that is, the 
network or server machine went down. 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.Action: If this message occurs during a connection attempt, check the setup files for 
the appropriate Net8 driver and confirm Net8 software is correctly installed on the 
server. If the message occurs after a connection is well established, and the error is 
not due to a physical failure, check if a trace file was generated on the server at 
failure time. Existence of a trace file may suggest an Oracle internal error that 
requires the assistance of customer support. 

解决方案 »

  1.   

    看一看trace,这种问题很不好说。
      

  2.   

    很明显是网络断了,一般出现在网络质量不好或使用modem拨号后连库的状况。
      

  3.   

    对了,还有一种情况是,当你的session被用alter system kill session 'sid,serial#'杀掉后,你又再次试图执行时。
    解决办法:
    1、检查一下网络
    2、关掉应用,重连一次。
      

  4.   

    我在安装数据库的时候出的问题,根本不用访问网络,怎么需要监察网络了。我单机不可以装oracle9i database吗?