我使用plsql写了一个函数,函数编译没问题,在调试的时候,plsql死掉了,重启数据库后,调试函数该问题:
ORA-03113: end-of-file on communication channel
求高手解答数据库ORA-03113

解决方案 »

  1.   

    你函数呢?贴出来啊 
    你百度 谷歌 ORA-03113: end-of-file on communication channel
    找不到解决办法么
      

  2.   

    重启后,plsql 已经和数据库失去连接,需要重新登陆
      

  3.   

    数据库是你本机的么?估计是ORACLE问题,不是PL/SQL问题吧
      

  4.   

    ORA-03113: end-of-file on communication channel 
    Cause: The connection between Client and Server process was broken.
     
    Action: There was a communication error that requires further investigation. First, check for network problems and review the SQL*Net setup. Also, look in the alert.log file for any errors. Finally, test to see whether the server process is dead and whether a trace file was generated at failure time.