centos7.7+oracle11.2.0.4 rac安装db软件时报错

图形界面安装数据库软件时报错
Error in invoking target ‘agent nmhs’ of makefile ‘/oracle/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk’. See ‘/oracle/app/oraInventory/logs/installActions2020-07-07_09-45-29AM.log’ for details.
 

Error in invoking target ‘agent nmhs’ of makefile ins_emagent.mk

解决:

不用关闭安装界面,然后将文件

/oracle/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk里

$(MK_EMAGENT_NMECTL)

修改为:

$(MK_EMAGENT_NMECTL) -lnnz11

Error in invoking target ‘agent nmhs’ of makefile ins_emagent.mk

注:添加-lnnz11,第一个为小写字母l,后面两个为数字1;

保存后,点Retry即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-11-15
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2021-07-04
  • 2021-06-25
  • 2022-12-23
  • 2021-10-24
  • 2021-09-28
  • 2021-05-12
相关资源
相似解决方案