Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't get env variable from "owa_util.get_cgi_env()"
> I defined two env variables in "httpd.conf" as:
>
> SetEnv MW_HOST "localhost"
I would encourage you to upgrade to a more current version of Oracle's App Server. Or read more current [relevant] docco.
From the 9iAS R2 docco
we see the appropriate directive is
PlsqlCGIEnvironmentList MW_HOST="localhost"
We also see that in App Server 9i Release 1, it was cgi_env_list and presumably SetENV was older than that. I assume, therefore, you are fighting with OAS 4.0.8 or older and hereby offer my sympathies and the phone number of a good psychiatrist.
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** I no longer assist with top-posted newsgroup queries ***Received on Wed Sep 28 2005 - 20:59:10 CDT