Operating System - HP-UX
1752315 Members
5662 Online
108786 Solutions
New Discussion юеВ

Error when trying to install Oracle on HP-UX

 

Error when trying to install Oracle on HP-UX

Dear All
This my first post. I am new user of HP-UX. I am trying to install to oracle 10g in Hp-UX. But failed for some error. I am not understand this error. The Error is:

$ ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be B.11.23. Actual B.11.23
Passed

Checking swap space: must be greater than 250 MB. Actual 4095 MB Passed
Checking Temp space: must be greater than 250 MB. Actual 2527 MB Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-01-27_01-38-40PM. Please wait ...$ Unhandled signal occurred at 0x60000000c7c66780
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Error 0
si_code [2]: SEGV_ACCERR [addr: 0x0]


Aborting...


****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = c7c66780
SIGNAL = 11
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.

My HP-UX version is 11.23 ia64 bit
server:rx2660
5 REPLIES 5
Jeeshan
Honored Contributor

Re: Error when trying to install Oracle on HP-UX

did you install the all necessary software for oracle installation?
a warrior never quits

Re: Error when trying to install Oracle on HP-UX

Yes. I follows all necessay steps according to Oracle 10g requirments (from Oracle HP-UX ia64 documentation).
Jeeshan
Honored Contributor

Re: Error when trying to install Oracle on HP-UX

the error seems to java related. did you install the JDK there and as well as all OS patches applied there required for 10g?
a warrior never quits
Jeff Crew
Advisor

Re: Error when trying to install Oracle on HP-UX

Check your Oracle installation requirements again for the "environment parameters". I have had to redirect the Oracle install to use a user-defined TEMP value instead of /tmp or /usr/tmp.

Like - export TEMP=/path1/temp_in_here
Emil Velez
Honored Contributor

Re: Error when trying to install Oracle on HP-UX

IN addition to the temp variable

make sure you have a valid display variable and see the other variables. Just examples below

Setup all of the following shell variables in /home/oracle20/.profile on both systems.

export ORACLE_BASE=/ora1/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0.db
export ORACLE_SID=ver10
export ORACLE_TERM=ansi
export NLS_LANG=american_america.WE8ISO8859P1
export SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32
export ORA_CRS_HOME=$ORACLE_BASE/product/10.2.0.crs
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib
export CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib

# Set up the search paths:
export PATH=$PATH:$ORACLE_HOME/bin:$ORA_CRS_HOME/bin:/usr/local/bin