Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2574074
  • 博文数量: 323
  • 博客积分: 10211
  • 博客等级: 上将
  • 技术积分: 4934
  • 用 户 组: 普通用户
  • 注册时间: 2006-08-27 14:56
文章分类

全部博文(323)

文章存档

2012年(5)

2011年(3)

2010年(6)

2009年(140)

2008年(169)

分类: Oracle

2008-04-29 16:49:04

今天下午在检查ERP DB警告日志的时候,发现如下错误提示:
Tue Apr 29 15:35:32 2008
Errors in file /u01/oraprod/proddb/9.2.0/admin/PROD_erpdb/udump/prod_ora_258640.trc:
ORA-00600: 鍐呴儴閿欒?浠g爜锛屽弬鏁? [17113], [0x000000000], [], [], [], [], [], []
 
去METALINK上查了一下得到如下结果:
Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0.6.0
This problem can occur on any platform.
SymptomsGetting the following ora-600 error repeatedly in the alertlog.

ORA-00600: internal error code, arguments: [17113], [0x000000000], [], [], [], [], [], []


CauseUsing incompatible version of pl/sql developer causes memory corruption by not properly
initializing heap descriptor.

From the trace file the ora-600 error is caused due to pl/sql developer.
Using older or incompatible version of the pl/sql developer can cause ORA-600 [17113] error.

SolutionInstall latest version of pl/sql developer. ErrorsORA-600 [17113] "error getting an extent for a heap"
数据库的版本跟我们的一样。上面讲的引起错误的原因是PL/SQL DEVELOPER工具的不兼容版本或版本太老。按照日志的时间点询问了一下开发人员,果然在这个时间点上他们在用这个工具,并且在编译对象的时候出现了600的内部错误。
阅读(3478) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-11-25 15:54:39

我也碰到过这个问题,我这里确认是plsql developer的设置问题,按照下面的方法试试:进入plsql developer-->tools-->preferences-->devugger--> 把add debug informaition when compling前面打上的勾去掉保存后再编译存储过程就ok了。