/ Published in: SQL
How to see the IP Address that is accessing Oracle
Expand |
Embed | Plain Text
SELECT SYS_CONTEXT('USERENV', 'IP_ADDRESS') FROM DUAL;
You need to login to post a comment.
How to see the IP Address that is accessing Oracle
SELECT SYS_CONTEXT('USERENV', 'IP_ADDRESS') FROM DUAL;
You need to login to post a comment.