Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: $ORACLE_HOME
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
![]() |
![]() |