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: CGI environment variables and PL/SQL-cartridge

Re: CGI environment variables and PL/SQL-cartridge

From: Tim van Dooremalen <dooremti_at_home.nl>
Date: 2000/03/24
Message-ID: <38dbba11.5967089@news>#1/1

Frank,

You are right when you say you cannot find http_iv_user, it's a variable which is set by another server and which is not one of the standard variables in a browser.
I have also seen an older oracle webserver at work which had no problem reading this variable from pl/sql.

Tim

On Wed, 22 Mar 2000 02:12:14 -0600, Frank Hubeny <fhubeny_at_ntsource.com> wrote:

>The following procedure will show the cgi variables:
>
>create procedure t
>is
>begin
> htp.p('<pre>');
> owa_util.print_cgi_env;
> htp.p('</pre>');
>end;
>
>After installing it in a DAD schema and then calling it from a web page, I
>did not find http_iv_user.
>
>Frank Hubeny
>
>Tim van Dooremalen wrote:
>
>> Hi,
>>
>> I've got a question about the use of CGI variables in a PL/SQL
>> cartridge on OAS 4.0.8. I'd like to read a CGI variable
>> ("HTTP_IV_USER") from a PL/SQL procedure using the
>> owa_util.get_cgi_env function. Right now it won't work. I am very sure
>> the variable is set and has a value (checked it with a Perl-script).
>> Does anybody have a clue about why the owa_util will not return any
>> value for this environment-variable??
>>
>> Thanx!
>>
>> Tim
Received on Fri Mar 24 2000 - 00:00:00 CST

Original text of this message

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