Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Is the client IP address available

Re: Is the client IP address available

From: Tilen Skraba <tiskraba_at_my-deja.com>
Date: Tue, 28 Mar 2000 14:14:59 GMT
Message-ID: <8bqeon$u0n$1@nnrp1.deja.com>


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 - 08:14:59 CST

Original text of this message

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