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

From: rob <rob_at_dsdelft.nl>
Date: Fri, 9 Mar 2001 16:57:26 +0100
Message-ID: <98aul0$cip$1_at_news.tudelft.nl>


> I put inside .profile
> $ORACLE_BASE = /usr01/u01/oracle
> $ORACLE_HOME = $ORACLE_BASE /product/816 , the same location I put in the
> beginning of installation.
> PATH=$PATH/$ORACLE_HOME/bin
Correct syntax is:
ORACLE_BASE=/usr01/u01/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.1.6
PATH=$PATH;$ORACLE_HOME/bin (; instead of /)

Rob Received on Fri Mar 09 2001 - 16:57:26 CET

Original text of this message