Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.3/sysman/lib/ins_e

日志文件报错如下:

# vim /u01/app/oraInventory/logs/installActions2015-01-22_09-44-33AM.log

INFO: make[1]: *** [/u01/app/oracle/product/11.2.0.3/sysman/lib/emdctl] Error 1


INFO: make[1]: Leaving directory `/u01/app/oracle/product/11.2.0.3/sysman/lib'


INFO: make: *** [emdctl] Error 2


INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.3/sysman/lib/ins_emagent.mk'. See '/u01/app/oraIn
ventory/logs/installActions2015-01-22_09-44-33AM.log' for details.
Exception Severity: 1

 

解决方法:

 

vi $ORACLE_HOME/sysman/lib/ins_emagent.mk

搜索以下行:

$(MK_EMAGENT_NMECTL)
改变为:
$(MK_EMAGENT_NMECTL) -lnnz11

 

 

然后点击:retry

你可能感兴趣的:(oracle)