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 -> Re: Can't get env variable from "owa_util.get_cgi_env()"

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

From: HansF <News.Hans_at_telus.net>
Date: Thu, 29 Sep 2005 01:59:10 GMT
Message-Id: <pan.2005.09.29.01.57.47.310841@telus.net>


> 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

  1. "Oracle HTTP Server Administration Guide", Chapter 6, and
  2. "Oracle9i Application Server mod_plsql User's Guide", section 2.8.1,

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

Original text of this message

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