欢迎光临
我们一直在努力

在Redhat Enterprise server 3上安装oracle9iR2的注意事项-数据库专栏,ORACLE

建站超值云服务器,限时71元/月

下载补丁需要http://metalink.oracle.com的收费注册帐号谁有帮忙下一个
patch吧

in order to install an oracle9ir2 database on rh as 3, the “oracle9ir2 patch
 set 3 9.2.0.4.0″ patchset and some other patches must be applied. some erro
rs can only be fixed by applying the 9.2.0.4 patchset.
installing oracle9ir2
install the following rpms (see oracle note:252217.1 for more information):
su – root
rpm -ivh \
compat-db-4.0.14-5.i386.rpm \
compat-gcc-7.3-2.96.122.i386.rpm \
compat-gcc-c++-7.3-2.96.122.i386.rpm \
compat-libstdc++-7.3-2.96.122.i386.rpm \
compat-libstdc++-devel-7.3-2.96.122.i386.rpm \
openmotif21-2.1.30-8.i386.rpm \
setarch-1.3-1.i386.rpm \
tcl-8.3.5-92.i386.rpm
relink gcc so that the older gcc will be used during the oracle installation
 (see oracle note:252217.1 for more information):
su – root
mv /usr/bin/gcc /usr/bin/gcc323
ln -s /usr/bin/gcc296 /usr/bin/gcc
mv /usr/bin/g++ /usr/bin/g++323 # if g++ doesnt exist, then gcc-c++ was not
 installed
ln -s /usr/bin/g++296 /usr/bin/g++
when you execute runinstaller from the oracle 9ir2 (9.2.0) cd, you will get
the following error message:
error occurred during initialization of vm
unable to load native library: /tmp/orainstall2003-10-25_03-14-57pm/jre/lib/
i386/libjava.so:
symbol __libc_wait, version glibc_2.0 not defined in file libc.so.6 with lin
k time reference
to resolve resolve the __libc_wait symbol issue, download the patch p3006854
_9204_linux.zip from http://metalink.oracle.com. see bug 3006854 for more in
formation.
to apply the patch, run
su – root
# unzip p3006854_9204_linux.zip
archive: p3006854_9204_linux.zip
creating: 3006854/
inflating: 3006854/rhel3_pre_install.sh
inflating: 3006854/readme.txt
# cd 3006854
# sh rhel3_pre_install.sh
applying patch…
patch successfully applied

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 在Redhat Enterprise server 3上安装oracle9iR2的注意事项-数据库专栏,ORACLE
分享到: 更多 (0)

相关推荐

  • 暂无文章