Posted By

geekzspot on 12/05/12


Tagged


Versions (?)

Oracle Get the IP Address


 / Published in: SQL
 

How to see the IP Address that is accessing Oracle

  1. SELECT SYS_CONTEXT('USERENV', 'IP_ADDRESS') FROM DUAL;

Report this snippet  

You need to login to post a comment.