Resolve error in invoking target agent nmhs of makefile

During Oracle 11.2.0.4 installation we facing the following message “error in invoking target agent nmhs of makefile“. Don’t worry about it just follow the below steps and you will resolve it succesfully.

How to solve error in invoking target agent nmhs of makefile

Don’t click on Abort or Continue, to solve error in invoking target ‘agent nmhs’ of makefile error you must follow the below steps.

To solve this error you must open the following file using vi editor and at line 176, just add the below entry.

$ vi /u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk

at line number 176 add the -Innz11 keyword

$(MK_EMAGENT_NMECTL) -lnnz11

Now save the file and click on retry button, this time you will see the error is removed.

Thanks for visiting on www.oraclerider.com

To resolve more ORA-ERRORS visit here

Leave a Comment