|
|
Re: client ip adress connected on my database [message #304740 is a reply to message #304702] |
Thu, 06 March 2008 08:02 |
koff10
Messages: 58 Registered: December 2006 Location: france
|
Member |
|
|
Michel Cadot wrote on Thu, 06 March 2008 12:07 | select sid, machine, UTL_INADDR.get_host_address (machine)
from v$session
where type='USER' and username is not null
order by sid
/
Regards
Michel
|
Hi,
"UTL_INADDR.get_host_address" is ip address of the machine where database is . it not what I want.
I would like to get ip address of client connected in my database.
thanks
|
|
|
|
|
|
|