Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: post Installation oracle 8i on HP/UX 11

Re: post Installation oracle 8i on HP/UX 11

From: rob <rob_at_dsdelft.nl>
Date: Fri, 9 Mar 2001 17:00:49 +0100
Message-ID: <98aurb$cn5$1@news.tudelft.nl>

> ORACLE_BASE=/usr01/u01/oracle
> ORACLE_HOME=$ORACLE_BASE/product/8.1.6
> PATH=$PATH;$ORACLE_HOME/bin (; instead of /)
I think you have to add these lines too: ORACLE_BASE=/usr01/u01/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.1.6
PATH=$PATH;$ORACLE_HOME/bin (; instead of /) export ORACLE_BASE
export ORACLE_HOME
export PATH
>
> Rob
>
>
Received on Fri Mar 09 2001 - 10:00:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US