RAC Instance Crashes During Startup Due To Error 495
RAC Instance Crashes During Startup Due To Error 495 - GEN0 process terminated with error (文件 ID 1547091.1)
Applies to:
Oracle Database -
Enterprise Edition - Version 11.2.0.1 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
Symptoms
o GI & RDBMS
11.2.0.3.0 running on a RAC cluster
o database instances on all nodes keep crashing during startup
o the database alert log shows that PMON terminated the instance:
PMON (ospid: 2660):
terminating the instance due to error 495
System state dump requested by (instance=1, osid=2660 (PMON)),
summary=[abnormal instance termination].
ORA-495 means "GEN0 process terminated with error", the corresponding GEN0 trace file shows that the process terminated with ORA-7445:
Exception [type: SIGSEGV,
Address not mapped to object] [ADDR:0x7FFF00000001] [PC:0x38024797C0,
strlen()+16] [flags: 0x0, count: 1]
Errors in file
/u01/app/oracle/diag/rdbms/racdb/RACDB1/trace/RACDB1_gen0_2674.trc (incident=2616070):
ORA-07445: exception encountered: core dump [strlen()+16] [SIGSEGV]
[ADDR:0x7FFF00000001] [PC:0x38024797C0] [Address not mapped to object] []
Incident details in:
/u01/app/oracle/diag/rdbms/racdb/RACDB1/incident/incdir_2616070/RACDB1_gen0_2674_i2616070.trc
The corresponding incident trace file shows the following call stack:
========= Dump for
incident 2616070 (ORA-7445 [strlen()+16]) ========
----- Beginning of Customized Incident Dump(s) -----
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7FFF00000001]
[PC:0x38024797C0, strlen()+16] [flags: 0x0, count: 1]
<<..>>
*** 2011-12-08 20:17:55.983
dbkedDefDump(): Starting a non-incident diagnostic dump (flags=0x3, level=3,
mask=0x0)
----- SQL Statement (None) -----
Current SQL information unavailable - no cursor.
.
----- Call Stack Trace -----
....
_IO_vfprintf()+1752 call strlen() 7FFF00000001 ? 00000002D ?
4 7FFF1575C420 ? 000000007 ?
FEFEFEFEFEFEFEFF ?
415441444B434952 ?
vsnprintf()+149 call _IO_vfprintf() 7FFF1575BDB0 ?
2AC347D5D740 ?
7FFF1575C3C8 ? 000000007 ?
FEFEFEFEFEFEFEFF ?
415441444B434952 ?
clsrapii_print2()+1 call vsnprintf() 7FFF1575BF10 ?
2AC347D5D740 ?
95 2AC347D5D740 ?
7FFF1575C3C8 ?
FEFEFEFEFEFEFEFF ?
415441444B434952 ?
clsrapii_upd_db_res call clsrapii_print2() 7FFF1575BF10 ?
2AC347D5D740 ?
()+1916 2AC347D5D740 ? 000000046 ?
7FFF1575C484 ?
7FFF1575CC84 ?
clsr_add_db_dg_dep2 call clsrapii_upd_db_res 2AC34A2D0450 ? 01560C0D0 ?
()+4345 () 2AC347D59AA8 ?
7FFF1575E3B4 ?
2000000001 ? 2AC347D5A62C
?
kjha_add_db_dg_dep( call clsr_add_db_dg_dep2 2AC34A2D0450 ? 060009C50 ?
)+626 () 7FFF1575FAF0 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
kfgbDGRes()+795 call kjha_add_db_dg_dep( 060009C50 ? 7FFF157609C0 ?
) 000000001 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
ksbabs()+1878 call kfgbDGRes() 7FFF157609A8 ? 000000050 ?
000000001 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
ksbrdp()+1613 call ksbabs() 7FFF157609A8 ? 000000050 ?
000000001 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
opirip()+994 call ksbrdp() 7FFF157609A8 ? 000000050 ?
000000001 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
opidrv()+1139 call opirip() 000000032 ? 000000004 ?
sou2o()+143 call opidrv() 000000032 ? 000000004 ?
7FFF15761E18 ? 000000001 ?
00659A692 ? 7FFF1575FB10 ?
opimai_real()+884 call sou2o() 7FFF15761DE0 ? 000000032 ?
000000004 ? 7FFF15761E18 ?
00659A692 ? 7FFF1575FB10 ?
ssthrdmain()+473 call opimai_real() 7FFF15762F9B ? 000000000 ?
000000004 ? 7FFF15761E18 ?
00659A692 ? 7FFF1575FB10 ?
main()+196 call ssthrdmain() 000000003 ? 7FFF15762020 ?
000000001 ? 000000000 ?
00659A692 ? 7FFF1575FB10 ?
__libc_start_main() call main() 000000003 ? 7FFF157621C0 ?
+244 000000001 ? 000000000 ?
Changes
Added a new tablespaces on new ASM diskgroups to the database.
Cause
The issue is caused by
internal, unpublished Bug 13483672 "ORA-7445 [strlen()+16] creating
database dependencies for large number of disk groups" which causes a
buffer overflow if the diskgroup dependencies of the database resource exceed a
certain size.
The Bug 13483672 has been fixed in 11.2.0.3 PSU 3 and windows 11.2.0.3.7 patch
bundle. Interim patch has also been provided for 11.2.0.2 on certain platforms.
Solution
A. Short Term (workaround)
Set hidden parameter "_notify_crs" to false, which will prevent the
database instance from notifying the CRS daemon process when diskgroups are
being mounted:
set "_notify_crs"=FALSE in pfile or spfile, then restart the
database.
B. Long Term
Apply Grid Infrastructure 11.2.0.3 PSU 3 (or windows 11.2.0.3 patch bundle 7)
or higher which contains the fix for bug 13483672
Please note that the GI PSU needs to be applied to both the Grid Infrastructure
as well as the Database home!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25583515/viewspace-2146511/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【RAC】PMON: terminating the instance due to error 481Error
- [總結]9i RAC LMON: terminating instance due to error 29702Error
- [總結]9i RAC LMON: terminating instance due to error 29702Error
- OMS Startup Fails during Repository Connection Attempt due to_310772.1AI
- Oracle9.2.0.4 RAC 升級到Oracle9.2.0.7 ,LMON: terminating instance due to error 29702OracleError
- LGWR (ospid: 29534): terminating the instance due to error 4021Error
- Fails to Start: PMON (ospid: nnnn): terminating the instance due to error 481AIError
- LMON: terminating instance due to error 29702 -- ORA-29702Error
- Overview of Instance and Database Startup (289)ViewDatabase
- Restricted Mode of Instance Startup (291)REST
- cassandra啟動報錯:Exiting due to error while processing commit log during initialization.ErrorWhileMIT
- terminating the instance due to error481導致ASM無法啟動故障ErrorASM
- DB error due to HP-UX Error:23ErrorUX
- error: Exited sync due to fetch errorsError
- QT during startup program with code 0xc0000135(139)QT
- An error occurred during bosboot verification processingErrorboot
- 系統記憶體不足導致oracle程式被誤殺terminating the instance due to error 822記憶體OracleError
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- NON-RAC Database Startup Giving Error ORA-29702 (Doc ID 433310.1)DatabaseError
- RAC筆記之instance recovery筆記
- [Tomcat]嚴重: Context [/xxxx] startup failed due to previous errorsTomcatContextAIError
- GC Agent Startup Fails on AIX due to Invalid Timezone Setting at OS_825933.1GCAI
- Error IMP-32 Obtained During Import (文件 ID 846397.1)ErrorAIImport
- Error occurred during initialization of boot layer java.lang.module.FindExceptionErrorbootJavaIndexException
- 【BUG】RAC instance eviction in oracle11.2.0.4Oracle
- RAC中刪除特定instance的sessionSession
- Top 5 Database and/or Instance Performance Issues in RAC EnvironmentDatabaseORM
- Convert a Single-Instance to RAC with ASMASM
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- 錯誤Error during artifact deployment. See server log for details.ErrorServerAI
- Migrate database from single instance to Oracle RACDatabaseOracle
- ORA-55507: Encountered mining error during Flashback Transaction BackoutError
- Database and/or Instance Performance Issues in RAC Environment_1373500.1DatabaseORM
- Bug 4872999 - RAC instance cannot get global enqueueENQ
- Leetcode # 495 JavascriptLeetCodeJavaScript
- 升級pip報錯ERROR: Could not install packages due to an OSError: [WinError 5]ErrorPackage
- Error 945 Database cannot be opened due to inaccessible files or insufficient memory or disk spaceErrorDatabase
- startup,startup mount,startup nomount之間的區別