Thursday, 17 March 2016

Make ERROR during Oracle Database installation


Exception String: Error in invoking target 'agent nmhs' of makefile '/opt/oracle/app/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'.

FIX:

Edit the file $ORACLE_HOME/sysman/lib/ins_emagent.mk

 #===========================
 #  emdctl
 #===========================

    $(SYSMANBIN)emdctl:
        $(MK_EMAGENT_NMECTL)
       
To

#===========================
#  emdctl
#===========================

    $(SYSMANBIN)emdctl:
        $(MK_EMAGENT_NMECTL) -lnnz11
       
       
Now save and click “RETRY” in installer prompt. The installation should successfully complete.

No comments:

Post a Comment