博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Error in invoking target 'agent nmhs' of makefile
阅读量:7173 次
发布时间:2019-06-29

本文共 615 字,大约阅读时间需要 2 分钟。

**【Oracle】Linux7.4安装11g

86%报错:Error in invoking target 'agent nmhs' of makefile

OS:redhat7.4 64bit

DB:Oracle 11.2.0.4**
%86时出现报错 Error in invoking target 'agent nmhs' of makefile
Error in invoking target 'agent nmhs' of makefile

解决方案:

在makefile中添加链接libnnz11库的参数

修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,将$(MK_EMAGENT_NMECTL)修改为:$(MK_EMAGENT_NMECTL) -lnnz11建议修改前备份原始文件[oracle@yss ~]$ cd $ORACLE_HOME/sysman/lib[oracle@yss lib]$ cp ins_emagent.mk ins_emagent.mk.bak[oracle@yss lib]$ vi ins_emagent.mk命令模式输入/NMECTL 进行查找,快速定位要修改的行在后面追加参数-lnnz11,第一个是字母l ,后面两个是数字1:$(MK_EMAGENT_NMECTL)改变为:$(MK_EMAGENT_NMECTL) -lnnz11

Error in invoking target 'agent nmhs' of makefile

保存退出后Retry

Error in invoking target 'agent nmhs' of makefile

转载于:https://blog.51cto.com/meiling/2136190

你可能感兴趣的文章
服务器资源使用情况统计--脚本
查看>>
Oracle查询数据库的索引字段以及查询用索引
查看>>
第二讲、实例变量可见度、方法
查看>>
zabbix监控基础知识
查看>>
mysql四:数据操作
查看>>
Div的定位
查看>>
Activity ca.ct.activity.OBaccaratActivity has leak
查看>>
nginx+tomcat+resin+jdk一键自动化安装脚本(1--父shell安装脚本)
查看>>
strspn
查看>>
Rancher如何对接Ceph-RBD块存储
查看>>
3DTouch学习笔记
查看>>
Linux下 vi 操作Found a swap file by the name
查看>>
filebeat 插件开发
查看>>
网络基础
查看>>
技术加油站:5月19日,技术大佬等你来撩
查看>>
supervisor配置详解(转)
查看>>
Confluence 6 Microsoft SQL Server 设置准备
查看>>
Nginx.conf配置文件
查看>>
EI检索期刊JA检索与CA检索有什么区别?
查看>>
人脸识别技术探讨:1:1,1:小N/大N,大姿态识别,活体识别
查看>>