Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: help: how do you find oracle home on windows
> u705413818_at_spawnkill.ip-mobilphone.net (Joe Bayer) wrote in message
> news:<l.1026833106.1864440917@[64.94.198.252]>...
>> *** post for FREE via your newsreader at post.newsfeed.com *** >> >> I might be a very easy question, but not for me who only works with >> unix until now. >> >> At unix, we can use env | grep ORA >> >> but what is the equivalent on Windows? >> >> Thanks for your help. >> >> >> >> >> >> -- >> Sent by joebayerii from hotmail part from com >> This is a spam protected message. Please answer with reference header. >> Posted via http://www.usenet-replayer.com/cgi/content/new >> >> >> -----= Posted via Newsfeed.Com, Uncensored Usenet News =----- >> http://www.newsfeed.com - The #1 Newsgroup Service in the World! >> -----== 100,000 Groups! - 19 Servers! - Unlimited Download! =-----
Alternatively, pipe the output of set through findstr:
C:\>set | findstr "ORA"
ORACLE_HOME=C:\ORACLE\ORA81
Hope this helped
Rene
-- Latest article on my HP (as of 14.07.2002): Transforming each character in a string with perl http://www.adp-gmbh.ch/perl/each_char.htmlReceived on Wed Jul 17 2002 - 14:56:32 CDT
![]() |
![]() |