Hello,
I appreciate if you could kindly guide me to solve the following problem.
I'm trying to install Oracle11g Enterprise on a Linux system (Redhat Enterprise 5.3).
There is no X system, and therefore I chose to install by using a response file
in silent mode. I set the parameters value as indicated in Oracle installation
guide. Yet, when I launch the installer, it seems that there is a problem with
java:
[oracle@ccsaplinux0002 database]$ ./runInstaller -responseFile /usr/local/oracle/database/responseFileV01.rsp -silent
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 34517 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8189 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-10_06-53-41PM. Please wait ...[oracle@ccsaplinux0002 database]$ Oracle Universal Installer, Version 11.1.0.6.0 Production
Copyright (C) 1999, 2007, Oracle. All rights reserved.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb7948692, pid=2854, tid=3086293200
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
# Problematic frame:
# V [libjvm.so+0x19c692]
#
# An error report file with more information is saved as hs_err_pid2854.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
[oracle@ccsaplinux0002 database]$
I looked in the oracle package that I downloaded, there was no jdk or jre direcotry.
As a result I downloaded the JDK 1.6.0_15 available on Sun microsystem web site and then
I set manually in oracle user ~/.bash_profile the value for $JAVA_HOME.
Why I get this error?
Thanks in advance,
Dariush
:)