Created
June 19, 2013 12:15
-
-
Save craibuc/5813835 to your computer and use it in GitHub Desktop.
List of Oracle sessions for current user.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT SID, USERNAME, SCHEMANAME, OSUSER, MACHINE, TERMINAL, PROGRAM, TYPE, MODULE, ACTION, LOGON_TIME | |
| FROM V$SESSION | |
| -- current user | |
| WHERE USERNAME = USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment