|
kevingao75 发表于 2011-8-15 10:11 ![]()
楼主,你问题解决了吗,怎么解决的啊
我也遇到同样的问题了
45楼的方法应该是正解!
我也遇到这个问题过!网上有人说因为没装JDK的缘故,我装了JDK5.1后Retry还是一样!
后来上Oracle的meltalink查,理论上应该不用,因为R12已经内含了!
原文:
JDK 6.0 Requirements
JDK 6 is bundled with Oracle E-Business Suite version 12.1.1.
主要的问题:
原文:
OS Library Patch for Oracle HTTP Server (on Oracle Linux 5, RHEL 5 and Oracle Linux 6 only)
Download and apply the patch 6078836 from My Oracle Support to fix an issue with the Oracle HTTP Server (missing libdb.so.2) bundled with the E-Business Suite technology stack.
Note that this patch (which includes a required operating system library) must be applied before installing Oracle E-Business Suite
Link to Motif library in Oracle Application Server 10.1.2 (on Oracle Linux 5 and RHEL 5 only)
Perform the following command (as root on your system) to update a required link to a Motif library prior to relinking or patching the 10.1.2 Application Server Oracle Home:
解决方法:
下载Oracle2的patch 6078836,里头会有一个档叫libdb.so.2
cp libdb.so.2 /usr/lib/lib
执行:
# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
重启后再执行一次rapidwiz安装就可以了! |
|