在安装linux下oracle9204时,报如下的错误:
dbserver2->./runInstaller
dbserver2->Initializing Java Virtual Machine from /tmp/OraInstall2012-05-01_06-01-47PM/jre/bin/java. Please wait...
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2012-05-01_06-01-47PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
需要安装一个补丁p3006854_9204_LINUX,补丁很小,在CSDN上就能找到,这是我上传的资源:
http://download.csdn.net/detail/tanqingru/4308133
dbserver2->unzip p3006854_9204_LINUX.zip
Archive: p3006854_9204_LINUX.zip
creating: 3006854/
inflating: 3006854/rhel3_pre_install.sh
inflating: 3006854/README.txt
[root@dbserver2 3006854]# pwd
/soft/9204/3006854
[root@dbserver2 3006854]# chmod +x rhel3_pre_install.sh
[root@dbserver2 3006854]# ./rh*
Applying patch...
Patch successfully applied
[root@dbserver2 3006854]#
安装完成后,继续安装将不会报这个错。