Re: Getting the IP address of a client over the web

From: Mike Alba <mike_at_netplasma.com>
Date: Tue, 04 Jun 2002 15:24:40 GMT
Message-ID: <3CFCDBA6.8090104_at_netplasma.com>


Using a Java Servlet you can use

String remoteAddress = request.getRemoteAddr();

Ryan Gaffuri wrote:

> Posted this on the oracle.server board. Probably the wrong place. I
> think Im looking for a forms level way to do this.
>
> I need to be able to get the IP address of a web client who is
> accessing our web forms(we are using APACHE and not IAS) and have it
> stored in a variable in some way for later use.
>
> SYS_CONTEXT does not work with the web. Just gives me the IP address
> of the server. I would greatly prefer to do this in PL/SQL and not
> with a Javabean(since I dont really know Java).
>
> Also, we have more than one user logging in with the same account. I
> have no control over this and no way to change it.
>
> Thanks,
>
> Ryan
>
Received on Tue Jun 04 2002 - 17:24:40 CEST

Original text of this message