Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can you define environment variables on Windows NT 4.0?
Environment variables can be set at a DOS command prompt. For instance, to see what SID you current have set type: echo %ORACLE_SID% To set and environment variable for that session use: SET ORACLE_SID=dev. If you want a more permanent solution then set the variables in manner described below.
M.Landa
Sarah Sikes wrote:
> "Roger Jackson" <rjackson_at_wire.net.au> wrote:
>
> >Hi all,
> >
> >In the UNIX environment when executing SQL statements you can specify
> >environment variables such as $ORACLE_HOME as below so you don't have to
> >type in the whole path.
> >
> >eg. SQL>@$ORACLE_HOME/catproc.sql
> >
> >Can you create environment variables in Windows NT?
> >
> <SNIP>
>
> Yes you can...
>
> Settings > Control Panel > System > Environment
Received on Sun Feb 08 1998 - 00:00:00 CST
![]() |
![]() |