博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle linux 安装过程错误 :Error in invoking target ‘agent nmhs’ of makefile
阅读量:7158 次
发布时间:2019-06-29

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

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.mkSearch for the line: $(MK_EMAGENT_NMECTL)Change it to: $(MK_EMAGENT_NMECTL) -lnnz11

Solution:

7.2.4 Error During Oracle Database Installation on Oracle Linux 7When installing Oracle Database 11g Release 2 (11.2.0.4) on Oracle Linux 7 and Red Hat Enterprise Linux 7, Oracle Universal Installer shows the following error message:Error in invoking target 'agent nmhs' of makefileWhen creating the database, the following error occurs:Error securing Database ControlApply patch 19692824 to the Database home:For additional information about how to apply the patch and when to apply the patch, refer to This issue is tracked with Oracle bug 19692824.

 

转载地址:http://xaegl.baihongyu.com/

你可能感兴趣的文章
Atitit. 软件开发中的管理哲学--一个伟大的事业必然是过程导向为主 过程导向 vs 结果导向...
查看>>
hive load from hdfs出错
查看>>
IOS开发:xcode5版本引发的问题
查看>>
asp.net 负载均衡下session存储的解决方法
查看>>
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(17)-LinQ动态排序
查看>>
领域驱动开发推荐代码示例 — Microsoft NLayerApp
查看>>
Linux 安装Rsync和配置
查看>>
hadoop fs -mkdir testdata错误 提示No such file or directory
查看>>
PostgreSQL security - don't use password method in pg_hba.conf
查看>>
RDS MySql支持online ddl
查看>>
在Hudson中,使用ant自动对安卓项目编译打包apk
查看>>
【JSP开发】利用request获取各种值
查看>>
Vue全家桶web端社区项目
查看>>
多次Push Pop导致的`Can't add self as subview`问题
查看>>
从萌新的角度理解JVM内存管理
查看>>
d3.js 关于力引导图的简单解析
查看>>
pm2实践指南
查看>>
preload和prefetch
查看>>
大数据:一场改变未来的信息革命
查看>>
MAC OS X 安装、配置、启动 rabbitMQ
查看>>