IP adress from session id [message #249379] |
Wed, 04 July 2007 04:03  |
Buchas
Messages: 101 Registered: March 2006
|
Senior Member |
|
|
Hello,
How do I know the IP adress of a client, if I know the Oracle session ID? (The IP adress, that started the Oracle session)
|
|
|
|
|
|
Re: IP adress from session id [message #249776 is a reply to message #249379] |
Thu, 05 July 2007 18:19  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
> select distinct username,utl_inaddr.get_host_address from v$session;
In a 3-tier architecture the above will only return IP# of the middle tier systems & not the true IP# of the actual remote client.
|
|
|