Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Session Ip Address
"Emre" <emre_at_emre.com> a écrit dans le message de news: Xns98AE940DFD6A7emreemrecom_at_fe06.highwinds-media.phx...
| Hii All
| How can I see client's ip address from v$session ? or is there another view to see
| client's ip address
select sid, machine, utl_inaddr.get_host_address(machine) ip
from v$session
where type='USER' and username is not null
/
Regards
Michel Cadot
Received on Thu Jan 04 2007 - 10:35:51 CST