问题描述
ORA-600内部错误司空见惯了,这个ORA-610的内部错误还是第一次见到。
完整的相关错误信息如下:
Wed Jun 22 10:01:08 2011 Errors IN file /oracle10g/admin/orcl/bdump/orcl_ora_27376.trc: ORA-00610: Internal error code Wed Jun 22 10:02:16 2011 WARNING: inbound connection timed OUT (ORA-3136) Wed Jun 22 10:05:02 2011 Process J000 died, see its trace file Wed Jun 22 10:05:07 2011 kkjcre1p: unable TO spawn jobq slave process Wed Jun 22 10:05:07 2011 Errors IN file /oracle10g/admin/orcl/bdump/orcl_cjq0_12889.trc: Wed Jun 22 10:07:21 2011 WARNING: inbound connection timed OUT (ORA-3136) Wed Jun 22 10:20:58 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_27414.trc: ORA-27102: OUT OF memory HPUX-ia64 Error: 12: NOT enough SPACE Additional information: 108 Additional information: 458752 Wed Jun 22 10:20:59 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_27414.trc: ORA-07445: exception encountered: core dump [kghalf()+624] [SIGSEGV] [Address NOT mapped TO object] [0xFFFFFFFFFFFFFFF0] [] [] ORA-27102: OUT OF memory HPUX-ia64 Error: 12: NOT enough SPACE Additional information: 108 Additional information: 458752 Wed Jun 22 10:21:03 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_27414.trc: ORA-04030: OUT OF process memory WHEN trying TO allocate 753136 bytes (pga heap,kco buffer) ORA-07445: exception encountered: core dump [kghalf()+624] [SIGSEGV] [Address NOT mapped TO object] [0xFFFFFFFFFFFFFFF0] [] [] ORA-27102: OUT OF memory HPUX-ia64 Error: 12: NOT enough SPACE Additional information: 108 Additional information: 458752 Wed Jun 22 10:21:03 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_27414.trc: ORA-00081: address range [0x6000000000127430, 0x6000000000127434) IS NOT readable ORA-07445: exception encountered: core dump [kghalf()+624] [SIGSEGV] [Address NOT mapped TO object] [0xFFFFFFFFFFFFFFF0] [] [] ORA-27102: OUT OF memory HPUX-ia64 Error: 12: NOT enough SPACE Additional information: 108 Additional information: 458752 Wed Jun 22 10:21:37 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_7454.trc: ORA-27103: internal error HPUX-ia64 Error: 28: No SPACE LEFT ON device Additional information: 108 Additional information: 262144 Additional information: -444973056 Wed Jun 22 10:21:39 2011 Errors IN file /oracle10g/admin/orcl/udump/orcl_ora_7454.trc: ORA-04030: OUT OF process memory WHEN trying TO allocate 753136 bytes (pga heap,kco buffer) ORA-27103: internal error HPUX-ia64 Error: 28: No SPACE LEFT ON device Additional information: 108 Additional information: 262144 Additional information: -444973056复制
专家解答
从错误信息上看,在出现ORA-610错误后,很快JOB进程死到,随后系统spawn新的JOB进程时报错,然后就是ORA-27102内部不足的错误,并引发了ORA-7445[kghalf]的错误,以及操作系统上的错误以及ORA-27103以及ORA-4030错误。
仅从现有的错误信息上分析,应该是一个JOB进程运行消耗资源较多的SQL,导致PGA不足,而Oracle尝试从SWAP空间分配内存,但是SWAP空间不足,从而导致了这个问题。
在MOS文档ORA-00610 And/Or “unable to spawn jobq slave process ” And/Or “Process(<>) creation failed” In The Alert Log And/Or TNS-12518/ TNS-12500 In Listener Log [ID 416244.1]中描述了这个问题,导致问题的原因是由于缺少操作系统资源所致,而导致这种内存不足错误的原因多半是由于SWAP空间不足所致。
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
评论
相关阅读
【纯干货】Oracle 19C RU 19.27 发布,如何快速升级和安装?
Lucifer三思而后行
796次阅读
2025-04-18 14:18:38
Oracle RAC 一键安装翻车?手把手教你如何排错!
Lucifer三思而后行
666次阅读
2025-04-15 17:24:06
Oracle数据库一键巡检并生成HTML结果,免费脚本速来下载!
陈举超
597次阅读
2025-04-20 10:07:02
【ORACLE】你以为的真的是你以为的么?--ORA-38104: Columns referenced in the ON Clause cannot be updated
DarkAthena
550次阅读
2025-04-22 00:13:51
【活动】分享你的压箱底干货文档,三篇解锁进阶奖励!
墨天轮编辑部
535次阅读
2025-04-17 17:02:24
【ORACLE】记录一些ORACLE的merge into语句的BUG
DarkAthena
510次阅读
2025-04-22 00:20:37
一页概览:Oracle GoldenGate
甲骨文云技术
502次阅读
2025-04-30 12:17:56
火焰图--分析复杂SQL执行计划的利器
听见风的声音
472次阅读
2025-04-17 09:30:30
OR+DBLINK的关联SQL优化思路
布衣
384次阅读
2025-05-05 19:28:36
3月“墨力原创作者计划”获奖名单公布
墨天轮编辑部
383次阅读
2025-04-15 14:48:05
TA的专栏
Java中间件
收录0篇内容
热门文章
一次Connection reset by peer的问题排查
2021-12-07 34284浏览
Java8-Stream: no instance(s) of type variable(s) R exist so that void conforms to R
2021-02-19 32452浏览
nginx: [emerg] "user" directive is not allowed here in /etc/nginx/conf.d/nginx.conf:1
2022-02-15 24357浏览
ORA-00904: "POLTYP": invalid identifier
2019-06-19 12946浏览
PageHelper排坑,处理排序失败: net.sf.jsqlparser.JSQLParserException
2022-05-19 12858浏览