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

Home -> Community -> Usenet -> c.d.o.server -> Can't get env variable from "owa_util.get_cgi_env()"

Can't get env variable from "owa_util.get_cgi_env()"

From: <t53864_at_yahoo.com>
Date: 28 Sep 2005 10:04:27 -0700
Message-ID: <1127927067.326749.74270@g14g2000cwa.googlegroups.com>


I defined two env variables in "httpd.conf" as:

SetEnv MW_HOST "localhost"
SetEnv MW_PORT "7280"

In the mod plsql procedure, I am trying to retrieve the variable like:

     owa_util.get_cgi_env('MW_HOST')

However, I got blank from the above call after restarting the server.

Can anyone shed some light on what I have done wrong?

Thanks in advance Received on Wed Sep 28 2005 - 12:04:27 CDT

Original text of this message

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