Error in invoking target ‘agent nmhs‘ of makefile

**【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

解决方案:
在makefile中添加链接libnnz11库的参数

修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,
将
$(MK_EMAGENT_NMECTL)
修改为:$(MK_EMAGENT_NMECTL) -lnnz11
建议修改前备份原始文件

[[email protected] ~]$ cd $ORACLE_HOME/sysman/lib
[[email protected] lib]$ cp ins_emagent.mk ins_emagent.mk.bak
[[email protected] lib]$ vi ins_emagent.mk

命令模式输入/NMECTL 进行查找,快速定位要修改的行
在后面追加参数-lnnz11,第一个是字母l ,后面两个是数字1:
$(MK_EMAGENT_NMECTL)
改变为:
$(MK_EMAGENT_NMECTL) -lnnz11

保存退出后Retry

原文地址:http://blog.51cto.com/meiling/2136190

时间: 2024-11-08 22:37:00

Error in invoking target ‘agent nmhs‘ of makefile的相关文章

oracle linux 安装过程错误 :Error in invoking target ‘agent nmhs’ of makefile

Problem:When installing 11.2.0.4 on Redhat 7: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.4/sysman/lib/ins_emagent.mk'. Workaround: in $ORACLE_HOME/sysman/lib/ins_emagent.mk Search for the line: $(MK_EMAGENT_NMEC

CentOS 7 安装oracle 11.2.0.4 Error in invoking target 'agent nmhs' of makefile

%86时出现报错   Error in invoking target 'agent nmhs' of makefile 解决方案在makefile中添加链接libnnz11库的参数修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,将$(MK_EMAGENT_NMECTL)修改为:$(MK_EMAGENT_NMECTL) -lnnz11建议修改前备份原始文件[[email protected] ~]$ cd $ORACLE_HOME/sysman/lib[[ema

Error in invoking target 'agent nmhs' of makefile

安装Oracle11g报错:Error in invoking target 'agent nmhs' of makefile  解决方法:cd $ORACLE_HOME/sysman/libvi ins_emagent.mk 修改此处如下:#=========================== #  emdctl #===========================$(SYSMANBIN)emdctl: $(MK_EMAGENT_NMECTL)-lnnz11 Error in invok

Linux7 64安装 oracle 11g Error in invoking target 'agent nmhs' of makefile

在makefile中添加链接libnnz11库的参数修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,将$(MK_EMAGENT_NMECTL)修改为:$(MK_EMAGENT_NMECTL) -lnnz11建议修改前备份原始文件[[email protected] ~]$ cd $ORACLE_HOME/sysman/lib[[email protected] lib]$ ls -l ins_emagent.mk-rw-r--r--. 1 oracle oins

DBCA建库时Error in invoking target 'collector' 解决办法

如果安装进度大约到65%时有错误提示: Error in invoking target 'collector' of makefile '/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'. 该错误直接跳过即可. INFO: /usr/bin/ld: i386 architecture of input file `/u01/app/oracle/product/10.2.0/db_1/sysman/lib/snmccolm.

Linux7安装oracle11g报错 Error in invoking target ‘agen

在Linux7中安装oracle11.2.0.4时报错,截图如下:经过查询官方文档,发现这是oracle的bug,直接选择continue,待安装完成后打一下补丁即可.官方解释如下: 选择继续,安装完成之后,打补丁19692824即可. 原文地址:http://blog.51cto.com/lyzbg/2090025

MVN package install error javac: invalid target release: 1.8

现象:---------------------------------[ERROR] Failure executing javac, but could not parse the error:javac: invalid target release: 1.8Usage: javac <options> <source files>use -help for a list of possible option---------------------------------调

jetty8 中的异常 There is an error in invoking javac. A full JDK (not just JRE) is required...

在jetty文件夹下的start.ini文件里有这么一行"-Dorg.apache.jasper.compiler.disablejsr199=true"注释,把这个注释去掉,再启动就不会出现错误了.(把这一行最前面的“#”删除即可) 这个错误用eclipse启动jetty时不会出现,而用命令行启动时会出现,这个问题应该算apache的jsp引擎的一个bug.在jsp引擎中,如果java版本大于等于1.6.0,则默认会使用JDK自带的java编译器,这个编译器位于JDK中,在JRE中是

解决Jmeter插件ERROR: java.io.IOException: Agent is unreachable via TCP的错误

在使用JMeter PerfMon Metrics collector插件收集收据的时候,收集不到数据同时报如下错误: 1 ERROR: java.io.IOException: Agent is unreachable via TCP 或者 1 ERROR: java.io.IOException: Agent is unreachable via UDP 这是用于默认的端口4444被占用,更换其他端口即可:例如将指定TCP为3401,UDP指定为3401 1 ./startAgent.sh