Hi,
You attached the log from Oracle Universaral Installer not from DBCA. First of all try to install Oracle software without database. For Oracle9iR1 you have to install JDK manually.
Download JDK 1.3.1 or Blackdown 1.1.8_v3:
http://www.blackdown.org
http://java.sun.com
According to the JDK documentation, install JDK under /usr/local. Then create a symbolic link to the JDK under /usr/local/java:
Code:
su - root
bzip2 -dc jdk118_v3-glibc-2.1.3.tar.bz2 | tar xf - -C /usr/local
ln -s /usr/local/jdk118_v3 /usr/local/java
Oracle9iR2 comes with its own Java.
Ensure the following required packages are installed on your server:
make
compat-db
compat-gcc-32
compat-gcc-32-c++
compat-oracle-rhel4
compat-libcwait
compat-libgcc-296
compat-libstdc++-296
compat-libstdc++-33
gcc
gcc-c++
gnome-libs
gnome-libs-devel
libaio-devel
libaio
make
openmotif21
xorg-x11-deprecated-libs-devel
xorg-x11-deprecated-libs
Try this link
http://www.oracle-base.com/articles/...AndCentos4.php
I home it will help you