在存储过程里调用外部库.o文件时,报了ora-28576的错。而且是之前好用的,突然报了错。
相关配置文件,服务都没有变动。重启服务器也没有解决。
查看了在alert日志中记录了以下报错。
Errors in file /clib/oracle/admin/ORCL/udump/ora_65448_orcl.trc:
ORA-00600: 内部错误代码,自变量:[17280]、[3]、[3119123448]、[]、[]、[]、[]、[]
ORA-03113: 通信通道的文件结束
请问各位高手有没有什么解决办法?

解决方案 »

  1.   

    >ORA-28576: 丢失与外部代理程序的 RPC 连接
    是不是在调用外部库时,数据库连接断开过?
      

  2.   

    主题:  ORA-00600 [17280] AFTER CANCELING A QUERY 
    文档 ID:  注释:284074.1 类型:  PROBLEM 
    上次修订日期:  08-OCT-2004 状态:  MODERATED 
    The information in this article applies to: 
    Oracle Server - Enterprise Edition - Version: 8.0.6.0
    This problem can occur on any platform.Errors
    ORA-600 [17280] "Closing cursor finds that it has invalid status"
    ORTSymptoms
    ORA-00600: internal error code, arguments: [17280], [15], [814730000], [], [], [], [], []Sequence of events leading to the problem 
    a. Execute a query that uses pipelined functions
    b. canceled the query
    c. execute disconnect/connect in the same sessionget ORA-00600: internal error code, arguments: [17280], [15], [814730000], [], [], [], [], [] errorCall Stack :
    ksedmp ksfdmp kgeriv kgeasi kgicli kgiscl ksuxds ksudel opilof opiodr ttcpip opitsk 
    opiino opiodr opidrv sou2o main libc_start_main 
    Cause
    This is due to a Bug 2987613 
    Fix
    The Bug is backportable to 9i.
    Only workaround is not to use pipelined functions or not to cancel the query. ---------------
    也就是说有人在页面执行过程中取消了操作,然后尝试断开数据库,从而碰到这个bug
    建议升级到9i