Posted By

geekzspot on 12/04/12


Tagged


Versions (?)

Oracle Get the OS Login


 / Published in: SQL
 

How to see the OS (Operating System, for example Windows or Unix) login that is accessing Oracle

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

Report this snippet  

You need to login to post a comment.