Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Last Oracle Web App server question, honest!
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
![]() |
![]() |