重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 545|回复: 0
打印 上一主题 下一主题

[参考文档] ORA-07445: Exception Encountered: Core Dump [kkorminl()+317] [SIGSEGV] (Doc I...

[复制链接]
跳转到指定楼层
楼主
发表于 2023-12-27 11:29:35 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
In this Document
    Symptoms
    Changes
    Cause
    Solution
    References


Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5 to 12.1.0.2 [Release 10.2 to 12.1]
Information in this document applies to any platform.
Symptoms

Observing ORA-7445 error below in database:
ORA-07445: exception encountered: core dump [kkorminl()+317] [SIGSEGV] [ADDR:0x7FFF0995BFF8] [PC:0x971165B] [Address not mapped to object] []
Changes


Cause

Based on the call stack and symptoms this is a match for the following unpublished bug:
Bug 13809241 - ORA 7445 [KKORMINL] FOR APPS R12 WHILE RUNNING CONCURRENT SQLTUNE JOBS

This bug regressed and was replaced with the following unpublished bug:

Bug 17339455 - EBS12.2: ORA-600 [QERIXADDNOTNULLSTOPKEYPREDICATE:1] WITH TUNE SQL
Reference:
Bug 13809241 - ora 7445 [kkorminl] for apps r12 while running concurrent sqltune jobs. (Doc ID 13809241.8)
Bug 17339455 - ORA-7445 [kkorminl] or similar can occur when running Automatic tuning tasks / DBMS_SQLTUNE Index Advisor (Doc ID 17339455.8)


Bug 13809241 happens while calling SQL Tuning Advisor which if we look at the plsql stack in the incident trace:

----- PL/SQL Call Stack -----
  object line object
  handle number name
0x3c34d8148 11829 package body SYS.DBMS_SQLTUNE_INTERNAL
0x343e4e560 7 SYS.WRI$_ADV_SQLTUNE
0x3c3620708 601 package body SYS.PRVT_ADVISOR
0x3c3620708 2658 package body SYS.PRVT_ADVISOR
0x3bfe86df8 241 package body SYS.DBMS_ADVISOR
0x3bfedc730 821 package body SYS.DBMS_SQLTUNE
0x36f81bc08 4 anonymous block

Solution

1. Apply patch 17339455 if available for your platform or Database version. If no patch is available please open an SR to request a patch.

2. Upgrade to a version where this is resolved, it is first included in 12.1.0.2.

3. Use the following workaround: disable the automatic tuning job. (Note this is for only if it occurs during automatic tuning)
  BEGIN
   dbms_auto_task_admin.disable(
    client_name => 'sql tuning advisor',
    operation => NULL,
    window_name => NULL);
  END;
  /


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-30 09:44 , Processed in 0.082751 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表