RHRL 7安装RAC11.2.0.4----Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/1

在创建数据库的时候报错了:

[html]  view plain  copy
 
  1. Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'.  

解决:

[html]  view plain  copy
 
  1. vi $ORACLE_HOME/sysman/lib/ins_emagent.mk  
  2.   
  3. Search for the line  
  4. $(MK_EMAGENT_NMECTL)  
  5. Change it to:  
  6. $(MK_EMAGENT_NMECTL) -lnnz11  

retry,可以。


致此,数据库安装完成。

你可能感兴趣的:(RHRL 7安装RAC11.2.0.4----Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/1)