环境:
OS版本: [[email protected] orasour]$ more /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
DB版本:BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
故障现象:
修改/u01/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk
将$(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK)
替换为-static $(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK) /usr/lib64/stdc.a
修改/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk
将$(MK_EMAGENT_NMECTL)替换为$(MK_EMAGENT_NMECTL) -lnnz11(LNN小写,数字11)