Skip to content

Instantly share code, notes, and snippets.

@ryanthames
Created April 1, 2016 14:35
Show Gist options
  • Select an option

  • Save ryanthames/172fbb4c633ce4cfea0e7b9f92a3b79f to your computer and use it in GitHub Desktop.

Select an option

Save ryanthames/172fbb4c633ce4cfea0e7b9f92a3b79f to your computer and use it in GitHub Desktop.
select username, osuser, program, module,
machine, process,
count(1) as login_count
from v$session
where type = 'USER'
group by username, osuser, program, module,
machine, process;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment