Saturday 22 April 2017

Error in invoking target ‘agent nmhs’ of makefile installing oracle database 11.2.0.4 on redhat 7

Problem:
When installing 11.2.0.4 on Redhat 7:


Error in invoking target 'agent nmhs' of makefile '/u02/app/oracle/product/11.2.0.4/sysman/lib/ins_emagent.mk'.


Workaround:

in $ORACLE_HOME/sysman/lib/ins_emagent.mk
Search for the line: $(MK_EMAGENT_NMECTL)

Change it to: $(MK_EMAGENT_NMECTL) -lnnz11

After making changes in above file ,click on retry button to proceed with installation.