Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Can't get env variable from "owa_util.get_cgi_env()"
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