| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: query $ORACLE_HOME
Connor McDonald wrote:
> robert wrote: >
>
>
> SQL> declare
> 2 x varchar2(100);
> 3 begin
> 4 dbms_system.get_env('ORACLE_HOME',x);
> 5 dbms_output.put_line(x);
> 6 end;
> 7 /
> C:\oracle\ora10
>
> PL/SQL procedure successfully completed.
>
Does anyone have a list of all of the environment variables that can be obtained using get_env? If so I would appreciate a copy for the PSOUG library: Can't find anything on OTN.
Thanks.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Thu Nov 18 2004 - 10:12:32 CST
![]() |
![]() |