eygle.com   eygle.com
eygle.com  
 

« 《深入解析Oracle》一书脚本包下载 | Blog首页 | Oracle 10.2.0.3的Ora-1461 / Smg-3500错误 »

ORA-07445 kprball()+483错误之原因分析

作者:eygle |【转载时请以超链接形式标明文章和作者信息及本声明
链接:

今天一个客户数据库出现了如下一个错误:
ORA-07445: exception encountered: core dump [kprball()+483] [SIGSEGV] [Address not mapped to object] [0x138] [] []

07445错误总是很怕人,还好没有引起故障,检查一下跟踪文件,发现这个错误是由如下一条SQL引起的:

*** 2009-02-02 20:15:15.522
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump [kprball()+483] [SIGSEGV] [Address not mapped to object] [0x138] [] []
Current SQL statement for this session:
select 'x' from dual
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)

那么是什么应用引发的呢?再检查发现是PL/SQL Developer会话导致的7445错误:

*** 2009-02-02 20:15:15.486
*** ACTION NAME:(Main session) 2009-02-02 20:15:15.476
*** MODULE NAME:(PL/SQL Developer) 2009-02-02 20:15:15.476
*** SERVICE NAME:(modb) 2009-02-02 20:15:15.476
*** SESSION ID:(1007.14350) 2009-02-02 20:15:15.476
Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x138, PC: [0x97b1e03, kprball()+483]
Registers:

至此我们至少可以排除是应用存储过程导致的。

检查Metalink,发现如下一个Bug:5206570
说的是:Using Oracle SQL Developer it is possible to get a dump in ksusrs() or kprball() when disconnecting after the session has been marked as sniped due to idle time (max_idle_time ) limitation.

也就是说当设置了idle time的profile限制时,使用Oracle SQL Developer时,可能会因为超时等原因,在会话中断时出现该错误;看来不仅是Oracle SQL Developer会出现这个问题,现在PL/SQL Developer也会出现这个问题。

这个Bug fixed: 10.2.0.4 patchset, 11g 。原因的确是用户启用了RESOURCE_LIMIT:

SQL> select username,profile from dba_users where profile <>'DEFAULT';

USERNAME PROFILE
------------------------------ ------------------------------
MOBTISTIC STAT_PROFILE

总结一下,这个Bug的影响不大,可以safty ignore之。

-The End-


历史上的今天...
      >> 2008-02-04文章:
             回家的感觉就在那不远的前方
      >> 2007-02-04文章:
      >> 2006-02-04文章:
             回京的路相当的曲折
      >> 2005-02-04文章:
             写给朋友的一封信-新年快乐
------
这篇 【ORA-07445 kprball()+483错误之原因分析】来自 eygle.com | CSDN网摘| del.icio.us|Google订阅 | 鲜果订阅 | 抓虾订阅

By eygle on 2009-02-04 18:31 | Comments (0) | Posted to Case | Edit |

相关文章 随机文章
  • 遭遇 ORA-7445 kkofkrproratestat 错误
  • Oracle 10.2.0.3的Ora-1461 / Smg-3500错误
  • BUG带来的BUG-kjdrpkey2hv: called with pkey
  • 使用errorstack跟踪ORA-01438错误
  • 10g临时表空间组导致递归SQL高度解析案例
  • 谁与争锋-数据库管理工具OEM、I3的取舍
    Oracle Open World上OTN Lounge的活动安排
    "中国软件技术大会"和朋友们在一起
    Oracle Open World 2007文档下载
    Itpub技术丛书《Oracle数据库性能优化》已经进入印刷阶段
    搜索本站:

    留言 (0)

    发表留言:



    Remember Me?
    (输入验证码后方可评论,谢谢支持)



    CopyRight © 2004~2010 eygle.com, All rights reserved.