ORA-00600: 内部错误代码,参数: [qks3tInit], [], [], [], [], [], [], []

wxwx110 2009-08-11 02:55:57
ORA-00600: 内部错误代码,参数: [qks3tInit], [], [], [], [], [], [], []
使用vs2005 ado.net访问数据库执行一个非常简单的查询功能,但是居然出错提示如此,
查询的sql语句放到pl/sql中执行完全正常并可以查询处具体的数据
...全文
658 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
ls3319588 2010-03-04
  • 打赏
  • 举报
回复
我的语句拆开来用,在程序里是前半部分好用,没有任何错误,如果把后半部分查询语句放进去 或者直接用后半部分的查询语句,则出错。我自己的机器的XP 的 运行是没有错误的。可是程序复制到WindowServer2003 下运行就不好用了 。两个系统装的是同一个ORACLE 9i 数据库
yanyue2008 2010-03-04
  • 打赏
  • 举报
回复
先查你的。net程序吧,排除自己的调用问题再说
ls3319588 2010-03-02
  • 打赏
  • 举报
回复
我和楼上 遇到同样问题 ,不过我的是本地的数据库。使用.NET 开发的。查询语句 在 toad 里查询完全正常,使用程序查询就出现如题目的错误
inthirties 2009-08-11
  • 打赏
  • 举报
回复
[Quote=引用 6 楼 vc555 的回复:]
文档 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.
[/Quote]

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.
vc555 2009-08-11
  • 打赏
  • 举报
回复
文档 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.
zuzuou 2009-08-11
  • 打赏
  • 举报
回复
打补丁吧,此类问题般都是由于oracle的bug造成
wxwx110 2009-08-11
  • 打赏
  • 举报
回复
看不到服务器不在本地
紫炎圣骑 2009-08-11
  • 打赏
  • 举报
回复
参数的类型问题
非萨范德萨发 2009-08-11
  • 打赏
  • 举报
回复
Oracle服务端$ORACLE_BASE/admin/bdump/alter.log中同一时刻有其它信息吗?
shiyiwan 2009-08-11
  • 打赏
  • 举报
回复
直接向oracle提交Bug吧

17,086

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧