select t2.zgqykh_cifkhh, t2.zgqykh_qykhmc,
                               t1.stqyjh_qyjhbh,
                               t1.stqyjh_qyjhmc,
                               t1.stqyjh_sjqyjhbh,
                               t1.stqyjh_sxrq,
                               t1.stqyjh_zzrq,
                               t1.stqyjh_jhzt,
                               level
                          from stqyjh t1, zgqykh t2
                         where level > 1
                           and t1.stqyjh_qybh = t2.zgqykh_qykhbh(+)
                         start with stqyjh_qyjhbh = ‘0009444’
                        connect by prior stqyjh_qyjhbh = stqyjh_sjqyjhbh
执行该sql,报下面的错误?请高手帮忙!!!!!!!!!ORA-00600: internal error code, arguments: [qkacon:FJswrwo],[3], [], [], [], [], [], []

解决方案 »

  1.   

    主题:  ORA-600 [qkacon:fjswrwo]
       文档 ID:  460251.1  类型:  REFERENCE
       上次修订日期:  08-JUN-2009  状态:  PUBLISHED
    Note: For additional ORA-600 related information please read Note 146580.1PURPOSE:
      This article represents a partially published OERI note.  It has been published because the ORA-600 error has been 
      reported in at least one confirmed bug.  Therefore, the SUGGESTIONS section of this article may help
      in terms of identifying the cause of the error.  This specific ORA-600 error may be considered for full publication
      at a later date. If/when fully published, additional information 
      will be available here on the nature of this error.SUGGESTIONS:  If the Known Issues section below does not help in terms of identifying
      a solution, please submit the trace files and alert.log to Oracle 
      Support Services for further analysis.  Known Issues:
      Bug# 6521934   See Note 6521934.8
          OERI[qkacon:FJswrwo] from CONNECT BY query
          Fixed: 10.2.0.5, 11.1.0.7, 11.2
     
      Bug# 5594381   See Note 5594381.8
          OERI[qkacon:FJswrwo] from CONNECT BY query
          Fixed: 10.2.0.4, 11.1.0.6
     
      Bug# 5119354   See Note 5119354.8
          OERI from CONNECT BY and correlated START WITH columns
          Fixed: 10.2.0.4, 11.1.0.6, 10.2.0.2.P10, 10.2.0.3.P05
     
      

  2.   

    是有关connect by的一个bug1.alter system set "_optimizer_connect_by_cost_based" = FALSE scope=both;2.alter system set "_allow_level_without_connect_by" = true scope=both;