溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

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

發(fā)布時間:2020-05-30 10:56:06 來源:網(wǎng)絡(luò) 閱讀:1408 作者:roidba 欄目:關(guān)系型數(shù)據(jù)庫



    最近幫一個好哥們處理了一個數(shù)據(jù)庫系統(tǒng)性能問題,經(jīng)過分析awr報告查看官方文檔,發(fā)現(xiàn)一處12.1.0.2的bug,正好客戶有服務(wù),開了SR,官方回復(fù)郵件確認(rèn)此問題。

安裝此版本的生產(chǎn)系統(tǒng),可以把相關(guān)參數(shù)(_notify_crs=false)關(guān)閉掉。


部分awr截圖如下:

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


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




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.




 

 


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI