Operating System - HP-UX
1752307 Members
5311 Online
108786 Solutions
New Discussion

Can't setup oracle 8i in HP-UX 11.00

 

Can't setup oracle 8i in HP-UX 11.00

I can't setup oracle 8i, it can´t find jre.
I have copied the oracle cd to /u01/app/oracle. I changed the file oraparam.ini, then this is displayed:

Initializing Java Virtual Machine from ../stage/componen/oracle/swd/jre/1.1.7/1/datafile/hpunix/bin/jre. Please wait...
Error in CreateOUIProcess(): -1
: No such file or directory

If i setup directly from oracle cd this is displayed:
Initializing Java Virtual Machine from ../stage/Components....

In oracle cd there isn´t Components folder, only componen




15 REPLIES 15
Yogeeraj_1
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

hi,

Did you go through the pre-installation procedures as per the documentations?


There seems to be some software missing.

Download and run the InstallPrep script so as to get all the missing components without which the installation will fail.


good luck!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)

Re: Can't setup oracle 8i in HP-UX 11.00

Thank you Yogeeraj

I don't find "InstallPrep script so as to get all the missing components without which the installation will fail".
It is difficult to find component of HP-UX 11.00
You know where download?

Thank you
TwoProc
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

The oracle and java binaries for HPUX 11i should work fine for an 8i database running on HPUX 11 - I used to run it that way on test servers for a few years (long time ago).

For Oracle 8i - I think you need to go to java.sun.com and see if you can find the jre for java 1.18.xxx. That should get your installation working.
We are the people our parents warned us about --Jimmy Buffett

Re: Can't setup oracle 8i in HP-UX 11.00

I've downloaded jre-1_1_8_010, but everytime I try to launch the instalation setup, it appears the following message: "jre-1_1_8_010.bin: ./install.sfx.1470: Execute permission denied."

Robert-Jan Goossens
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

# chmod 700 install.sfx

Regards,
Robert-Jan

Re: Can't setup oracle 8i in HP-UX 11.00

# chmod 700 install.sfx
chmod: can't access install.sfx
Robert-Jan Goossens
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

where did you put the jre files from sun.

could you post the ls -la ouput of the directory?
Robert-Jan Goossens
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

where did you put the jre files from sun.

could you post the ls -la ouput of the directory?

Where did you download the java package from?

http://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=JDKJRE6000

select the PA-Risc JRE 6.0
Yogeeraj_1
Honored Contributor

Re: Can't setup oracle 8i in HP-UX 11.00

># chmod 700 install.sfx
>chmod: can't access install.sfx

Install.sfx has ownership other than root. You need to fix this by running the appropriate chown : command.

hope this help!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)