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 -> Getting the IP address of someone connecting through web forms

Getting the IP address of someone connecting through web forms

From: Ryan Gaffuri <rgaffuri_at_cox.net>
Date: 3 Jun 2002 11:32:07 -0700
Message-ID: <1efdad5b.0206031032.1acca6dc@posting.google.com>


I know I can use

Select SYS_CONTEXT('USERENV',('IP_ADDRESS') from dual

if I have 1 user per login. However, our users have a small number of login/passwords and they are shared. I have no control over this. If a specific user performs an action how do I get his specific IP address?

Not sure if the above method will work. Ive been playing with it. Or am I wrong here. I think I can use a javabean, but I dont know Java and I was told not to explore this option. Received on Mon Jun 03 2002 - 13:32:07 CDT

Original text of this message

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