Re: Is the client IP address available

From: Tilen Skraba <tiskraba_at_my-deja.com>
Date: 2000/03/28
Message-ID: <8bqeon$u0n$1_at_nnrp1.deja.com>#1/1


Hi there!

What technology are you using?
You can definetly get IP address from Java. Look into: java.net.InetAddress.getLocalHost().toString()

You can allso get client IP address from PL/SQL catrige: It can be done allso!
Look into owa_sec.get_client_ip function. It returns:   type ip_address is table of integer index by binary_integer;

hth, Tilen

In article <8booah$ia6$1_at_schbbs.mot.com>, "Kevin Wise" <Kevin.Wise_at_motorola.com> wrote:
> Is there any way to determine the IP address of the client from
 PL/SQL or
> Java? I am trying to write a trigger that records the IP address where
> certain changes are coming from. Thanks!
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Mar 28 2000 - 00:00:00 CEST

Original text of this message