How to get MACHINE name, PROGRAM name, operative system USER and the USERNAME related to the current Oracle Database Session


/ Published in: SQL
Save to your folder(s)

To get more information of the current session use this: DESC V$SESSION.

Note: Your user need a GRANT SELECT ON V_$SESSION TO username;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.