ORA-00600: 内部错误代码,参数: [qks3tInit], [], [], [], [], [], [], []
使用vs2005 ado.net访问数据库执行一个非常简单的查询功能,但是居然出错提示如此,
查询的sql语句放到pl/sql中执行完全正常并可以查询处具体的数据

解决方案 »

  1.   

    Oracle服务端$ORACLE_BASE/admin/bdump/alter.log中同一时刻有其它信息吗?
      

  2.   

    打补丁吧,此类问题般都是由于oracle的bug造成
      

  3.   

    文档 ID:  注释:2836690.8
    主题:  Support Description of Bug 2836690
    类型:  PATCH
    状态:  PUBLISHED内容类型:  TEXT/X-HTML
    创建日期:  08-AUG-2003
    上次修订日期:  14-AUG-2003
    Click here for details of sections in this note.
    Bug 2836690  ROLLUP over DBLINK may fail with OERI:qks3tinit
    This note gives a brief overview of bug 2836690.
    Affects:
        Product (Component) Oracle Server (RDBMS)
        Range of versions believed to be affected Versions >= 9 but 
            * 9.2.0.3 
        Platforms affected Generic (all / most platforms affected)
    Fixed:
        This issue is fixed in 
            * 9.2.0.4 (Server Patch Set)
            * 10G Production Base Release 
    Symptoms:
        * Internal Error may occur (ORA-600)
        * ORA-600 [qks3tinit] 
    Related To:
        * DB-Link / Distributed
        * Analytic SQL (Windowing etc..) 
    Description
    ORA-600 [qks3tinit] possible from queries using ROLLUP which reference
    remote objects.
    The full bug text (if published) can be seen at 
    This link will not work for UNPUBLISHED bugs.
    类似还有一个Bug:
    文档 ID:  注释:2419335.8
    主题:  Support Description of Bug 2419335
    类型:  PATCH
    状态:  PUBLISHED内容类型:  TEXT/X-HTML
    创建日期:  08-AUG-2003
    上次修订日期:  14-AUG-2003
    Click here for details of sections in this note.
    Bug 2419335  OERI:[qks3tInit] possible from STAR transformation
    This note gives a brief overview of bug 2419335.
    Affects:
        Product (Component) Oracle Server (RDBMS)
        Range of versions believed to be affected Versions >= 9.2 but 
            * 9.2.0.3 
        Platforms affected Generic (all / most platforms affected)
    Fixed:
        This issue is fixed in 
            * 9.2.0.4 (Server Patch Set)
            * 10G Production Base Release 
    Symptoms:
        * Internal Error may occur (ORA-600)
        * ORA-600 [qks3tInit] 
    Related To:
        * DB-Link / Distributed
        * Star Transformation 
    Description
    ORA-600 [qks3tInit] possible from star transformation query
    where all the tables are remote (ie: over a dblink)Workaround:  
      Set star_transformation_enabled = false at the remote DB.
    The full bug text (if published) can be seen at 
    This link will not work for UNPUBLISHED bugs.
      

  4.   


    Set star_transformation_enabled = false at the remote DB.
     The full bug text (if published) can be seen at
     This link will not work for UNPUBLISHED bugs.
      

  5.   

    我和楼上 遇到同样问题 ,不过我的是本地的数据库。使用.NET 开发的。查询语句 在 toad 里查询完全正常,使用程序查询就出现如题目的错误 
      

  6.   

    先查你的。net程序吧,排除自己的调用问题再说
      

  7.   

        我的语句拆开来用,在程序里是前半部分好用,没有任何错误,如果把后半部分查询语句放进去 或者直接用后半部分的查询语句,则出错。我自己的机器的XP 的  运行是没有错误的。可是程序复制到WindowServer2003 下运行就不好用了 。两个系统装的是同一个ORACLE 9i 数据库