Oracle EBS(Oracle 企业资源规划套件)是一套全面集成的企业管理软件,为企业在运营管理、决策制定、业务拓展等方面提供强大支持,具有多方面的作用和意义。如:提升运营效率、加强财务管理、优化供应链管理、支持企业决策和促进企业发展等
解决Oracle EBS 11i 在应用补丁5903765时,会重新relink相关子程序包。如果OS缺少Java配置,将会报错。该文档就是为了解决当前错误。
注意:此处仅展示部分错误,但错误都是此类型的。Relink 失败。
Relink of module "adadmin" failed.
See error messages above (also recorded in log file) for possible
reasons for the failure. Also, please check that the Unix userid
running adrelink has read, write, and execute permissions
on the directory /data/prod/prodappl/ad/11.5.0/bin,
and that there is sufficient space remaining on the disk partition
containing your Oracle Applications installation.
Relink of module "adadmin_wrapper" failed.
See error messages above (also recorded in log file) for possible
reasons for the failure. Also, please check that the Unix userid
running adrelink has read, write, and execute permissions
on the directory /data/prod/prodappl/ad/11.5.0/bin,
and that there is sufficient space remaining on the disk partition
containing your Oracle Applications installation.
Relink of module "adaimgr" failed.
See error messages above (also recorded in log file) for possible
reasons for the failure. Also, please check that the Unix userid
running adrelink has read, write, and execute permissions
on the directory /data/prod/prodappl/ad/11.5.0/bin,
and that there is sufficient space remaining on the disk partition
containing your Oracle Applications installation.
出现该错误的主要原因是:当前 OS 是新配置的,EBS 对于OS是有基础环境要求的。其中对于JDK的要求是最高的,如果新的OS没有安装JDK,那么在应用补丁5903765的过程中就会出现文档中的报错。但如果其它补丁有用到Java程序,那么同样也会报错。所以,新的OS一定要按照官方要求进行基础环境配置。
1、登录Java官网,下载JDK
注意:具体安装方式请参考我的往期文档,附带链接
# 该文档详细描述了如何安装JDK
https://www.modb.pro/db/1889558785962815488
2、安装完成后需要重新还原备份再次执行补丁应用。
注意:Oracle EBS 11i App 层面的补丁应用是不可逆的,一旦出现程序级别报错。必须要还原备份环境再执行补丁应用。所以,备份是很重要的!!!!
1、OS支持
1. 当前文档所使用的OS 为 Oracle RHEL 4,其内核要求在2.6.9-5.EL,且为32位的 2. glibc Requirements版本为2.3.4 - 2 3. java版本为 1.4.2 or higher 4. 修改/etc/hosts 5. RPM包要求 compat-db-4.1.25-9 compat-gcc-32-3.2.3-47.3 compat-gcc-32-c++-3.2.3-47.3 compat-oracle-rhel4-1.0-5 (from Oracle patch 4198954) compat-libcwait-2.1-1 (from Oracle patch 4198954) compat-libgcc-296-2.96-132.7.2 compat-libstdc++-296-2.96-132.7.2 compat-libstdc++-33-3.2.3-47.3 xorg-x11-deprecated-libs-devel-6.8.1-23.EL xorg-x11-deprecated-libs-6.8.1-23.EL openmotif-2.1.30-x 6. /etc/sysconfig/network 文件追加 HOSTNAME=[hostname].[domain] 7. 检查是否存在 /etc/sysconfig/networking/profiles/default/network文件,如果有就删除 8. 修改 /etc/security/limits.conf,在最后添加: * hard nofile 65535 * soft nofile 4096 9. 修改 /etc/sysctl.conf在最后添加: kernel.sem = 250 32000 100 128 kernel.shmmax = 536870912 kernel.shmmni = 4096 fs.file-max = 65536 net.ipv4.ip_local_port_range = 1024 65000 net.core.rmem_default = 262144 net.core.rmem_max = 262144 net.core.wmem_default = 262144 net.core.wmem_max = 262144 10.重启系统即可
2、官方链接参考
注意:当前链接是官方对于Oracle EBS 11i 的OS要求及相关配置
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=270208676582274&id=316806.1&_afrWindowMode=0&_adf.ctrl-state=137nz996ov_4
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




