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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: environmental variables

RE: environmental variables

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Mon, 20 Aug 2001 11:00:52 -0700
Message-ID: <F001.003714E9.20010820111757@fatcity.com>

Lyuda,

I do it all the time. Not exactly what type of environmental you want to create, but you can always do something like:

echo set oracle_sid=Prod > setsid.bat

call setsid.bat

Is this what you mean? I do this as well as echo sql commands to an output file, and run the sql thru sqlplus. It allows me to create a variable sql text, fiddling with the 'where clause' when I need to.

What specifically do you need to do?

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Monday, August 20, 2001 2:37 PM
To: Multiple recipients of list ORACLE-L

Is there any way to create NT environmental variables through script?

Lyuda Hoska
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: lhoska_at_calibresys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Aug 20 2001 - 13:00:52 CDT

Original text of this message

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