Search This Blog

Friday, September 30, 2011

Error occurred during initialization of VM-unable to install oracle 9.2.0.4 on linux

Today when i trying to install oracle 9.2.0.4 on linux machine then after running runInstaller i got the following message


Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2011-09-30_xxxxxxxjre/lib/i386/libjava.so:
    symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference 


Reason: This is due to BUG
Solution: download and install following patch (linux) from metalink and apply.

To resolve the __libc_wait symbol issue, download the p3006854_9204 patch p3006854_9204_LINUX.zip from http://metalink.oracle.com. See bug 3006854 for more information.


How to install ?

[root@oradev db]# dir
9204  app  ORA9I  p3006854_9204_LINUX.zip 
[root@oradev db]# unzip p3006854_9204_LINUX.zip
Archive:  p3006854_9204_LINUX.zip
   creating: 3006854/
  inflating: 3006854/rhel3_pre_install.sh
  inflating: 3006854/README.txt
[root@oradev db]# cd 3006854/
[root@oradev 3006854]# sh rhel3_pre_install.sh
Applying patch...
Ensuring permissions are correctly set...
Done.
Patch successfully applied
[root@oradev 3006854]#

No comments: