Disclaimer

Wednesday, 4 June 2025

ORA-07445: exception encountered: core dump

 


Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DatabaseException
Internal Exception: com.ibm.websphere.ce.cm.StaleConnectionException: No more data to read from socketError Code: 17410
Call:SELECT DISTINCT t0.OID, t0.LOCK_VERSION, t0.CLIENTELE_TYPE, t0.DELETED_KEY, t0.CREATE_TIME, t0.INVENT_COMPANY_INTENDED_ROLE, t0.UPDATE_TIME, t0.INVENT_COMPANY_ID, t0.DESCR, t0.METRO_NO, t0.UPDATE_USER, t0.METRO_NO_NAT_PERSON, t0.CREATE_USER, t0.ECCS_NO, t0.CLIENTELE_OID, t0.ID, t0.MSTR_BANK_ACC FROM APPUSER.RE_CO_BODY t0, ADDR_TYP t2,ESS t1 WHERE ((((((((UPPER(t1.CITY) LIKE UPPER('xyz%')) AND (t2.ID = 34)) AND ((t1.VLD_FROM IS NULL) OR (t1.VLD_FROM <= {ts '2025-02-24 00:00:00.0'}))) AND ((t1.VLD_TO IS NULL) OR (t1.VLD_TO >= {ts '2025-02-24 00:00:00.0'}))) AND (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((t0.CLIENTELE_OID = '6e41a78f.2c100e22') OR (t0.CLIENTELE_OID = 




#########################################################################
TZ=Europe/Berlin
NLS_LANG=AMERICAN_AMERICA.AL32UTF8
CRS_LIMIT_STACK=2048
CRS_LIMIT_OPENFILE=65536
CRS_LIMIT_NPROC=65536
TNS_ADMIN=

ORA-07445: exception encountered: core dump

Work around/Solution that needs to be implemented 

1. Update the “/etc/security/limits.conf” file with the below content.

* soft stack unlimited
* hard stack unlimited

2. Edit the file $ORA_CRS_HOME/crs/install/s_crsconfig_<server-name>_env.txt and change CRS_LIMIT_STACK to 16384.

CRS_LIMIT_STACK=16384

3. Stop & Restart CRS/DB services as the root user.







No comments:

Post a Comment

Understanding SQL Plan Baselines in Oracle Database

  Understanding SQL Plan Baselines in Oracle Database SQL Plan Baseline is the feature in Oracle started from Database 11g that helps to pre...