Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[Oracle] Linux7 install 11g Error in invoking target & # 039host agent nmhs' of makefile

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

[Oracle] Linux7 installation 11g

86% error report: Error in invoking target 'agent nmhs' of makefile

OS:Oracle Linux 7.2 64bit

DB:Oracle 11.2.0.3

Error Error in invoking target 'agent nmhs' of makefile occurred at 86

Solution

Add parameters to the linked libnnz11 library in makefile

Modify $ORACLE_HOME/sysman/lib/ins_emagent.mk to set the

Change $(MK_EMAGENT_NMECTL) to: $(MK_EMAGENT_NMECTL)-lnnz11

It is recommended to back up the original file before modification

[oracle@ysserver ~] $cd $ORACLE_HOME/sysman/lib

[oracle@ysserver lib] $cp ins_emagent.mk ins_emagent.mk.bak

[oracle@ysserver lib] $vi ins_emagent.mk

Enter the vi editor and enter / NMECTL in command mode to find it and quickly locate the line to be modified

Append the parameter-lnnz11 first is the letter l followed by the number 1

Retry after saving exit

LV Xinghao

2016.6.23

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report