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: Can PL/SQL sp read UNIX env variable?

RE: Can PL/SQL sp read UNIX env variable?

From: Gogala, Mladen <MGogala_at_oxhp.com>
Date: Mon, 20 Aug 2001 14:22:50 -0700
Message-ID: <F001.00371A3D.20010820143707@fatcity.com>

You can write a C program and map it to a PL/SQL procedure, but "getenv" will only get variables defined at the moment when the TNS listener was started.

> -----Original Message-----
> From: Greg Moore [mailto:sqlgreg_at_pacbell.net]
> Sent: Monday, August 20, 2001 5:42 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Can PL/SQL sp read UNIX env variable?
>
>
> I want to add code to a PL/SQL stored procedure so it can read a UNIX
> environment variable. Is this possible?
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Greg Moore
> INET: sqlgreg_at_pacbell.net
>
> 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: Gogala, Mladen
  INET: MGogala_at_oxhp.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).
Received on Mon Aug 20 2001 - 16:22:50 CDT

Original text of this message

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