Skip to content

Instantly share code, notes, and snippets.

@modul8com
Created December 10, 2013 14:23
Show Gist options
  • Save modul8com/7891333 to your computer and use it in GitHub Desktop.
Save modul8com/7891333 to your computer and use it in GitHub Desktop.
get the SID (= session ID)
select userenv('SID') from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment