偶遇台湾同胞的Oracle 12.1.0 2 CRS call completion 等待事件BUG

简介:

    最近帮一个好哥们处理了一个数据库系统性能问题,经过分析awr报告查看官方文档,发现一处12.1.0.2的bug,正好客户有服务,开了SR,官方回复邮件确认此问题。

安装此版本的生产系统,可以把相关参数(_notify_crs=false)关闭掉。


部分awr截图如下:

42f4de8f05ee20e04754d85952a03058.png-wh_


ed1c64b36489c3c5a888f247c3b0df3c.png-wh_




APPLIES TO:

Oracle Database - Enterprise Edition - Version 11.2.0.3 and later
Information in this document applies to any platform.

SYMPTOMS

o Grid Infrastructure home and rdbms home is running on 11.2.0.3.7.
o Database instance fail to start, with ORA-7445 [strstr()]

o The failing process is gen0, and the current Wait Stack shows waiting for 'CRS call completion'

o The call stack of the error is:

ORA-07445: exception encountered: core dump [strstr()] [SIGSEGV] [ADDR:0x0] [PC:0x3EC307A310] [SI_KERNEL(general_protection)]

Call stack:

[]skdstdst<-ksedst1<-ksedst<-dbkedDefDump<-ksedmp<-ssexhd<-__sighandler<-strstr<-clsrapii_rem_dep

 

CAUSE

Due to

BUG 22999793 - ORA-07445 [__STRSTR_SSE42()+10] - SIMILAR TO BUG 17230892 THAT CT IS HITTING

SOLUTION

The bug fix is included in 12.2.0.2, request/apply the patch if there's an impact.

The workaround for successful startup of instance is by setting hidden parameter "_notify_crs"=false, which will prevent the database instance from notifying the CRS daemon process.











本文转自 roidba 51CTO博客,原文链接:http://blog.51cto.com/roidba/1978534,如需转载请自行联系原作者
目录
相关文章
|
文字识别 Oracle 关系型数据库
|
Oracle 前端开发 Java
Oracle优化11-10046事件
Oracle优化11-10046事件
89 0
|
SQL Oracle 关系型数据库
Oracle优化12-10053事件
Oracle优化12-10053事件
101 0
|
Oracle 关系型数据库 数据库
Oracle-等待事件解读
Oracle-等待事件解读
97 0
|
SQL Oracle 关系型数据库
Oracle 等待事件研究:SQL*Net break/reset to client
SQL*Net break/reset to client事件是一个容易被误解的事件,这个事件看起来和网络有关,但实际上大多数情况下这个事件与网络无关。
575 0
Oracle 等待事件研究:SQL*Net break/reset to client
|
SQL 存储 监控
Oracle中的SQL_TRACE是什么?诊断事件是什么?常用的10046及10053诊断事件的区别是什么?
Oracle中的SQL_TRACE是什么?诊断事件是什么?常用的10046及10053诊断事件的区别是什么?
507 0
|
Oracle 关系型数据库 数据库
❤️Oracle TOP5事件解读,性能优化必备技能❤️
❤️Oracle TOP5事件解读,性能优化必备技能❤️
311 0
❤️Oracle TOP5事件解读,性能优化必备技能❤️
|
SQL Oracle 关系型数据库
|
存储 Oracle 关系型数据库
Oracle字符乱码、数据越界访问典型Bug分析
前言: 作为乙方,在甲方客户那里验收阶段发现两个诡异Bug。以下就问题来源、问题根因、解决方案、如何避免做详细描述。
179 0
|
Oracle 数据库 关系型数据库
Oracle字符乱码、数据越界访问典型Bug分析
作为乙方,在甲方客户那里验收阶段发现两个诡异Bug。以下就问题来源、问题根因、解决方案、如何避免做详细描述。
469 0