Hi tom,
I'm installing oracle 9.2.0.1 on my Fedora C6 box, but i always get stuck at 0% copying progress on OUI. It say
"Installing Java Runtime Environment 1.1.8.1.0
Copying README"
and nothing happen (i left the computer about 10 hour)
I had look at ivan.kartik website, and had done what he said in that article but still get the same problem...
in my FC6 box i'm installing JDK 1.5.0 but according to that article i have to install JDK 1.3.1_xx only.
And then I remove my JDK1.5.0 and install JDK 1.3.1_19 (like ivan kartik said)
but still stuck (same problem).
oh before i replace my oraparam.ini, the runInstaller display this error:
"Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2007-01-11_10-24-41AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference"
and after i replace JRE_LOCATION in oraparam.ini to JDK1.3.1_19 directory there is no error, OUI appear but when the copy progress begin it's stuck on 0% like i said before.
here is my compat rpm ( rpm -qa | grep compat )
java-1.4.2-gcj-compat-javadoc-1.4.2.0-40jpp.110
compat-libstdc++-devel-7.3-2.96.126
compat-openldap-2.3.27_2.2.29-4
java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp.110
geronimo-specs-compat-1.0-0.M2.2jpp.12
compat-slang-1.4.9-27.2.2
compat-db-4.2.52-5.1
java-1.4.2-gcj-compat-src-1.4.2.0-40jpp.110
compat-gcc-7.3-2.96.126
compat-libstdc++-33-3.2.3-61
compat-libgcc-296-2.96-138
compat-libstdc++-7.3-2.96.126
java-1.4.2-gcj-compat-1.4.2.0-40jpp.110
compat-readline43-4.3-3
compat-gcc-c++-7.3-2.96.126
here is my bashrc ( cat /home/oracle/.bashrc )
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
ORACLE_BASE=/u01/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/9.2.0.1.0; export ORACLE_HOME
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=$ORACLE_HOME/bin:$PATH:/usr/java/jdk1.3.1_19/bin; export PATH
ORACLE_OWNER=oracle; export ORACLE_OWNER
ORACLE_SID=dba3; export ORACLE_SID
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
#ORACLE_OEM_JAVARUNTIME=/usr/java/jdk1.3.1_19; export ORACLE_OEM_JAVARUNTIME
And here is a last part of installation log : (/u01/oracle/oraInventory/logs/installActions2007-01-11_10-46-16AM.logs)
"
Calling action unixActions2.2.0.6.0 createLink
source = /u01/oracle/jre/1.1.8/bin/.java_wrapper
destination = /u01/oracle/jre/1.1.8/bin/jre
overwriteExistingLink = true
*** Cancel Dialog: ***
User selected: Stop installation of all products.
Warning :*** Alert: Do you really want to exit? ***
User selected: Yes/OK
"
Thank you for your help (and sorry for my english :P)
regards,
rizal