码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-11-03 11:21:00      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:偶遇台湾同胞的oracle 12.1.2.0 bug处理



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

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


部分awr截图如下:

技术分享


技术分享




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” 博客,请务必保留此出处http://roidba.blog.51cto.com/12318731/1978534

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

标签:偶遇台湾同胞的oracle 12.1.2.0 bug处理

原文地址:http://roidba.blog.51cto.com/12318731/1978534

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!