Error in invoking target ‘agent nmhs’ of makefile ‘/u01/app/oracle/product/11.2.0.4/dbhome_1/sysman/lib/ins_emagent.mk’.
Mar 12, 2024
Hi, today I am sharing with you the solution to the error I received while installing Oracle 11g.
Fixing Oracle Error: Error in invoking target ‘agent nmhs’ of makefile ‘/u01/app/oracle/product/11.2.0.4/dbhome_1/sysman/lib/ins_emagent.mk’.
when installing 11g oracle database, if you get the above error,
you should edit the contents of the “ins_emagent.mk” file with the vi editor.
[oracle@pmac ~]$ vi $ORACLE_HOME/sysman/lib/ins_emagent.mk
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) -lnnz11
After this step, return to the installation screen. Click retry.
I hope it helped you! linkedin to contact me.
Best regards!