Monday, August 17, 2015

Install Oracle 11R2 in Fedora 22 Server

Installation Steps:
http://dbaora.com/install-oracle-11g-release-2-11-2-on-fedora-22/

Error in invoking target ‘links proc gen_pcscfg procob’ of makefile ‘<ORACLE_HOME>/precomp/lib/ins_precomp.mk
http://dbsnix.com/?page_id=22/oracle/error-in-invoking-target-links-proc-gen_pcscfg-procob-of-makefile-precomplibins_precomp-mk
Install the following packages using YUM:
zlib
zlib-devel
Then run the following commands:
# rm -rf $ORACLE_HOME/lib/stubs/*
# cp $ORACLE_HOME/ctx/lib/env_ctx.mk $ORACLE_HOME/ctx/lib/env_ctx.mk.bak
# vi $ORACLE_HOME/ctx/lib/env_ctx.mk
Look for:
LINK=$(LDCCOM)
And change it into:
LINK=$(LDCCOM) --Wl,--no-as-needed


Exception String: Error in invoking target 'agent nmhs' of makefile '/opt/oracle/app/product/11.2.0.4/dbhome_1/sysman/lib/ins_emagent.mk'
https://gumpx.wordpress.com/tag/ins_emagent-mk/

No comments: