Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: environmental variables
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).
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
![]() |
![]() |