Error in invoking target 'agent nmhs' of makefile
            时间:2015-01-30 15:32:08  
            收藏:0  
            阅读:121
        
        
        安装Oracle11g报错:
Error in invoking target ‘agent nmhs‘ of makefile  
解决方法:
cd $ORACLE_HOME/sysman/lib
vi ins_emagent.mk 
修改此处如下:
#===========================
# emdctl
#===========================
$(SYSMANBIN)emdctl:
  $(MK_EMAGENT_NMECTL)-lnnz11
            评论(0)
        
        
        