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: Last Oracle Web App server question, honest!

Re: Last Oracle Web App server question, honest!

From: Werner Rammer <w.rammer_at_lgsoft.at>
Date: Wed, 29 Jul 1998 19:10:50 +0200
Message-ID: <35BF579A.63BEEC64@lgsoft.at>


Dear Russel!

try

   owa_util.get_cgi_env('remote_host');    owa_util.get_cgi_env('remote_addr');

get_cgi_env returns the current cgi-environment variables. (if i remember right there is a owa_util.print_cgi_env (donīt know the exact name) which prints out the complete environment).

hope it helps.

Russell Fray wrote:

> Sorry for the 3 questions but I'm really stuck on this one.
>
> I'm trying to get the connecting IP address in to PL/SQL and was using
> the following -
>
> ipadd := owa_sec.get_client_ip;
>
> - but this returns the IP address of the server rather than the
> connecting machine. Any help on retrieving the users/clients IP
> address would really be greatly appreciated.
>
> Please cc to russ_at_u-net.net
>
> Best regards,
> Russell Fray.
Received on Wed Jul 29 1998 - 12:10:50 CDT

Original text of this message

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