Installation errors of Oracle 9i R1 in Linux [message #603739] |
Thu, 19 December 2013 00:55 |
reym21
Messages: 241 Registered: February 2010 Location: Philippines
|
Senior Member |
|
|
Gurus,
Good day!
We need an Oracle 9i Release 1 (that will connect to Oracle version 7.3.4 via dBlink) to be installed in a Linux machine, we already tried it in RHUL 4 32-bit and Oracle Linux (virtualized) 5.7 64-bit, but both were failing, we encountered these errors below:
Error:
[oracle@localhost Disk1]$ ./runInstaller
Initializing Java Virtual Machine from ../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java. Please wait...
[oracle@localhost Disk1]$ Error occurred during initialization of VM
Unable to load native library: /home/oracle/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
AND ...
[oracle@localhost ~]$ sqlplus /nolog
sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
[oracle@localhost ~]$ netca
/u01/app/oracle/jre/1.1.8/bin/../bin/i686/native_threads/jre: relocation error: /u01/app/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
[oracle@localhost ~]$ dbca
/u01/app/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
[oracle@localhost ~]$
[oracle@localhost ~]$
[oracle@localhost ~]$ export LD_ASSUME_KERNEL=2.4.9
[oracle@localhost ~]$ dbca
[oracle@localhost ~]$ sqlplus /nolog
sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
[oracle@localhost ~]$ netca
/u01/app/oracle/jre/1.1.8/bin/../bin/i686/native_threads/jre: relocation error: /u01/app/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
We need to first test its installation before we proceed to deploy it in an ODA server with RHEL 5.8 64-bit.
Thank you in advanced.
|
|
|
|
|