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

Home -> Community -> Usenet -> c.d.o.server -> Re: $ORACLE_HOME

Re: $ORACLE_HOME

From: Nuno Souto <nsouto_at_nsw.bigpond.net.au.nospam>
Date: Mon, 19 Mar 2001 08:59:55 GMT
Message-ID: <3ab5c934.1361494@news-server>

On Mon, 19 Mar 2001 11:41:27 +0300, "Yaroslav Perventsev" <p_yaroslav_at_cnt.ru> wrote:

>>
>> export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH
>>
>> PATH=$PATH:$ORACLE_HOME/bin
>>
>After that you need export PATH.
>You did it ahead of time!!!!!!!
>

Yaroslav, if he's using a recent version of UNIX (anything after 1995), then he doesn't need to export. Once exported once, the variable will automatically be set to any new value. Particularly if the shell he's using is modern (ksh, Posix-sh, etc).

Try it. It's a common mistake going back to the good old days of non SystemV Unix and the old bourne shell.

Cheers
Nuno Souto
nsouto_at_bigpond.net.au.nospam
http://www.users.bigpond.net.au/the_Den/index.html Received on Mon Mar 19 2001 - 02:59:55 CST

Original text of this message

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