===========================================================
ORA-00600%uFF1A[17113], [0x000000000],
===========================================================
作者: keweixing(http://keweixing.itpub.net)
发表于:2003.12.19 15:19
分类: 数 据 库
出处:http://keweixing.itpub.net/post/7901/48707
---------------------------------------------------------------
发表于:2003.12.19 15:19
分类: 数 据 库
出处:http://keweixing.itpub.net/post/7901/48707
---------------------------------------------------------------
检查Oracle日志发现有ORA-00600错误:
Errors in file /oracle/app/oracle/admin/dbsale/udump/dbsaleinst1_ora_5886146.trc:
ORA-00600: internal error code, arguments: [17113], [0x000000000], [], [], [], [], [], []
根据日志,找到对应的trc文件,发现:
Unix process pid: 2842642, image: oracle@sale_db_1 (TNS V1-V3)
Current SQL statement for this session:
begin sys.dbms_application_info.set_module('PL/SQL Developer', :action); end;
怀疑是PL/SQL问题,通过pid找到相应的username和机器名。咨询用户,在PL/SQL5.0.3上面运行sql。而且运行所有的sql都在alert日志中产生ORA 600的错误。
移相同的sql到PL/SQL6.0.3运行,没有错误产生。
更换用户的PL/SQL,问题消失。






