ORA-07445: exception encountered: core dump [kksIsNLSEqual()+72] [SIGSEGV] [Address not mapped to ob
這個報錯其實跟上一篇的ORA-00600是連在一起的,當時只顧著看600了,等7445再次報出來才發現這也是一個BUG。這個錯誤的 ML:462440.1,是一個未公開的BUG,BUG ID:4085252。這樣的錯誤也沒太多可分析和學習的,轉貼下ML的文件玩完吧。[@more@]
Applies to:
Oracle Server - Enterprise Edition - Version: 10.2.0.3.0
This problem can occur on any platform.
Symptoms
The following errors are encountered:
ORA-07445: exception encountered: core dump [kksIsNLSEqual()+72] [SIGSEGV] [Address not
mapped to object] [0x00000003C] [] []
ORA-00600: internal error code, arguments: [729], [96], [space leak], [], [], [], [], []
The call stack from the trace file contains:
killpg kksIsNLSEqual kksauc kksCheckCriteria kksCheckCursor kksSearchChildList kksfbc kkspsc0
kksParseCursor
Cause
The cause of this problem has been identified and verified in unpublished Bug 4085252.
Space leak is the primary cause of this problem.
Solution
Set EVENT 10262 to safely ignore the space leak error:
a. Set the following event in init.ora parameter file. This example disables reporting for space leaks less than 90000 bytes:
event = "10262 trace name context forever, level 90000"
b. Stop and restart the database.
If the level is set to 1, space leak checking is disabled. This is not advised because large memory leaks will be missed.
If the event is set to a value greater than 1, any space leak up to the number specified in the event is ignored.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1029259/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-07445: exception encountered: core dump [qervwRowProcedure()+133]Exception
- ORA-07445: exception encountered: core dump [kglic0()+774]Exception
- 11.2.0.1bug引發的報錯:ORA-07445: exception encounteredException
- Linux core dump使用Linux
- 容器程式Core Dump處理
- java core dump分析實戰Java
- core dump如何解決排查的過程
- gdb除錯core dump檔案之二除錯
- NHibernate提示表is not mappedAPP
- .NET Core學習筆記(7)——Exception最佳實踐筆記Exception
- pytorch 程式碼出現 ‘segmentation fault (core dump)’ 問題PyTorchSegmentation
- nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379ExceptionRedislocalhost
- python: invalid value encountered in divide以及invalid value encountered in double_scalars報錯PythonIDE
- ORA-07445 [kghbigghs]
- ORA-07445: [kkqtutlSetViewCols()+250]QTTLSView
- 容器中的 .net core應用,生成dump檔案並匯出
- [記錄]RuntimeWarning: overflow encountered in scalar subtract
- [LeetCode] Validate IP AddressLeetCode
- 13.there is no action mapped for namespace and action name associated with contAPPnamespace
- Oracle exceptionOracleException
- 7.81 DUMP
- ora-07445[kcbo_link_ql] ora-07445[kggckh]bug引發例項意外關閉GC
- 高通進dump和抓取解析dump log
- Redo Byte Address (RBA)(轉)
- mysql bind_address如何配置多個地址 mysql bind-address選項MySql
- 搞懂 TypeScript 中的對映型別(Mapped Types)TypeScript型別APP
- datapump 匯出匯入ORA-07445
- 索引壞掉導致ORA-07445索引
- 遭遇ORA-07445 的一個BUG
- 異常(Exception)Exception
- Exception和ErrorExceptionError
- ORA-00130: invalid listener address
- cluster-wide IP address managementIDE
- 《HelloGitHub》第 72 期Github
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- ORA-07445異常報錯opixguid()+13GUI
- ob外掛-TP模板-配置CMD
- Sanic Exception – 異常Exception