Oracle 9.2.0.4 - CentOS 5.3

Installation and support for Oracle DB on CentOS.
Post Reply
lopax53186
Posts: 6
Joined: 2009/10/14 18:38:25

Oracle 9.2.0.4 - CentOS 5.3

Post by lopax53186 » 2009/10/14 19:35:48

Hi all,

I have been trying hard to install Oracle 9.2.0.4. I have had few installation issues on not able to fire up installer. Finally the java looks ok and I am able to fire up installer. Now it hangs on tying to install java runtime environment 1.1.8.1.0. I have tried almost everything on the following links, from setting up LD_ASSUME_KERNEL to creating all the necessary /lib and /bin links.

The attachment shows the GUI screen where it hangs and the following errors are from the log file.

http://anthonyl.us/2009/01/15/installing-oracle-9-on-rhel-5/

http://www.puschitz.com/InstallingOracle9i.shtml

XML Transviewer Beans 9.2.0.4.0
XML Transx 9.2.0.4.0
XSQL Servlet 9.2.0.4.0
regexp 2.0.21.0.0
*** Install Page***
Starting install install phase 1 of component Java Runtime Environment
Calling action fileActions2.2.0.14.0 finalClusterSetup
selectedNodes =
threadsActive = 2
vectorInitialSize = 50
vectorFactorSize = 25

Calling action fileActions2.2.0.14.0 copyExpandedGroup
selectedNodes =
copyGroup = bin
permissions = 775
owner = null
group = null
copyAsText = null
groupRelLoc = .
gpEntries = [[bin/i686/native_threads/jre ->%PROD_HOME%/bin/i686/native_threads/jre 73785 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/.extract_args ->%PROD_HOME%/bin/i686/native_threads/.extract_args 423 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/javakey ->%PROD_HOME%/bin/i686/native_threads/javakey 316 plats=0=>[46] langs=0=>[en]]
, [bin/i686/native_threads/rmiregistry ->%PROD_HOME%/bin/i686/native_threads/rmiregistry 314 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/jre ->%PROD_HOME%/bin/i686/green_threads/jre 73720 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/.extract_args ->%PROD_HOME%/bin/i686/green_threads/.extract_args 423 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/javakey ->%PROD_HOME%/bin/i686/green_threads/javakey 316 plats=0=>[46] langs=0=>[en]]
, [bin/i686/green_threads/rmiregistry ->%PROD_HOME%/bin/i686/green_threads/rmiregistry 314 plats=0=>[46] langs=0=>[en]]
, [bin/jre ->%PROD_HOME%/bin/jre 2302 plats=0=>[46] langs=0=>[en]]
, [bin/.java_wrapper ->%PROD_HOME%/bin/.java_wrapper 3481 plats=0=>[46] langs=0=>[en]]
]
DllGroup = false


Hopefully someone out there can help me out here. Much appreciate.

User avatar
ramc3k
Posts: 7
Joined: 2009/09/18 10:54:14

Re: Oracle 9.2.0.4 - CentOS 5.3

Post by ramc3k » 2009/10/20 11:19:36

Guys,

i have problem also

1.i used centos5.3 x86_64bit & oracle 9i (ftp://ftp.comp.hkbu.edu.hk/.3/oracle...isk1~3.cpio.gz)

2.i have installed all requirements
make
compat-db
compat-gcc-32
compat-gcc-32-c++
compat-oracle-el5
compat-libcwait
compat-libgcc-296
compat-libstdc++-296
compat-libstdc++-33
gcc
gcc-c++
gnome-libs
gnome-libs-devel
libaio-devel
libaio
openmotif21
xorg-x11-deprecated-libs-devel
xorg-x11-deprecated-libs

java : jdk118_v3-glibc-2.1.3.tar.bz2

3.and also this guide http://letstuxtogether.blogspot.com/...-on-rhel5.html (for 32bit)

my question i got this error message :
"[oracle@xxx Disk1]$ ./runInstaller
[oracle@xxx Disk1]$ Initializing Java Virtual Machine
from /tmp/OraInstall2009-10-20_05-43-59PM/jre/bin/java. Please wait...
java was not found in /tmp/OraInstall2009-10-20_05-43-59PM/jre/bin/../bin/x86_64/green_threads/java
"

Please quide me?,
Thanks

cheers

yyagol
Posts: 1015
Joined: 2006/06/10 18:27:44
Location: 32 4′N 34 47′E
Contact:

Oracle 9.2.0.4 - CentOS 5.3

Post by yyagol » 2009/10/26 05:51:38

Have you follow java install correcty
what is the output of

[code]java -version[/code]
please see the wiki how to http://wiki.centos.org/HowTos/JavaOnCentOS
for more details

mortonmorton
Posts: 40
Joined: 2009/09/14 02:20:00

Re: Oracle 9.2.0.4 - CentOS 5.3

Post by mortonmorton » 2009/10/26 19:24:22

On the GUI hang on installing JRE, try this:

Solution: Install new JRE 1.3.1 version. Edit the Disk1/install/linux/oraparam.ini and set path to new JRE for JRE_LOCATION variable. For more information see Download & Install section.

Download the proper version and notes here for RPMs:

http://java.sun.com/products/archive/j2se/1.3.1_19/install-linux-sdk.html#install-pkg

For other problems you might encounter check this link

http://ivan.kartik.sk/oracle/install_ora9_fedora.html

Post Reply