1753449 Members
6520 Online
108794 Solutions
New Discussion юеВ

Install question

 
SOLVED
Go to solution
mohamed_42
Frequent Advisor

Install question

i have hp-ux 9000 B.11.11 i install all req. pathches for oracle and set varible but win i start installing oracle Warehouse Builder 9.2.0.2.8 for HP_UX PA-RISC (2 CD's)it appear a msg indecate it was not found JRE at "Bin/java"and it ask me to install it from "WWW.javasoft.com"and version higher than 1.3.1 .
i am download JRE15_15000_1111.DEPOT and JRE15_15000_1111.tar.Z but i can't know how can i install it on a server.
what i an Do to solve this problem to install Oracle DB 9i?
16 REPLIES 16
mohamed_42
Frequent Advisor

Re: Install question

sorry i forget to say when i check installed s/w by SAM i see there is java application installed and when i check /opt i see there is
java1.2
java1.3
java1.4
folder is exsit what i can do to to install Oracle 9i on my server???/
Eric Antunes
Honored Contributor

Re: Install question

Hi,

You just have to ftp the JRE15_15000_1111.DEPOT file to /tmp on the server and execute:

#swinstall -i -x mount_all_filesystems=false

Set the Source Depot Path correctly:

Source Depot Type: [ Network Directory/CDROM ->]

[ Source Host Name... ]

[ Source Depot Path... ] /tmp

And select the depot to install it:

[KEYBORD SPACE] and Action -> Mark for Install

Finaly, install it:

Action -> Install Marked...

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Kevin O'Donovan
Regular Advisor

Re: Install question

Maybe its just a case of a few environmental variables not being set? PATH should contain whichever version of Java you need - /opt/java1.4/bin for example. You might want to set JAVAHOME too, set it to /opt/java1.4. Set these in your .profile/.csh/.kshrc, depending on whichever shell you're using.

One other thing if that doesn't work, I saw a problem where OPT was set as an environmental variable, and it caused the Oracle installation to fail. Check if that is installed.

Hope that helps,
Kevin.
renarios
Trusted Contributor

Re: Install question

Hi Mohamed,

Don't forget to install as user oracle (NOT as root)
Set Environment Variables:
1. DISPLAY The name, server number, and screen number of the system where the Oracle Universal Installer display its Graphical User Interface (GUI).
2. ORACLE_HOME Directory containing Oracle software for a particular release.
3. PATH Shell s search path for executables.
export the PATH variable as $ORACLE_HOME/bin, /usr/bin, /etc, /usr/bin/X11, and /usr/local/bin, if it exists


Cheers,

Renarios
Nothing is more successfull as failure
mohamed_42
Frequent Advisor

Re: Install question

Please can any one help me to define Required Environment variable for my server.
Eric Antunes
Honored Contributor

Re: Install question

Mohamed,

Post the following with the Oracle database datafile owner (usally oracle):

$echo $PATH

Each and every day is a good day to learn.
mohamed_42
Frequent Advisor

Re: Install question

$echo $path
/u01/app/oracle/product/9.2.1.0/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:.
Stuart Abramson
Trusted Contributor
Solution

Re: Install question

8. So what we should do is install only the latest:

B9788AA 1.3.0.01 Java 2 SDK 1.3 for HP-UX (700/800), PA1.1 + PA2.0 Add On

swinstall -s bkmstr01:/swdepot/11.0/products B9788AA

9. You can download the latest JDK / SDK from the hp java website:

http://www.hp.com/products1/unix/java/

10. To actually run java you must set your path:

export PATH=$PATH:/opt/java1.3/bin/

# java -version

java version "1.3.1.10"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.3.1.10-030630-10:50)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.10-
_30_jun_2003_11_52 PA2.0, mixed mode)

mohamed_42
Frequent Advisor

Re: Install question

i am exec. this command and give the succfule result as shown above but i still face the same problem JRE can't found in /bin/java that req. for Run installer and you must install JRE 1.3.1 or higher version from website.
i am now have Oracle9i Warehouse CD did it a correct CD to install Oracle on my server to serve my company if not what is the corect Relese that i need.