Skip to content

Instantly share code, notes, and snippets.

@brianstorti
Created July 25, 2011 20:43
Show Gist options
  • Save brianstorti/1105142 to your computer and use it in GitHub Desktop.
Save brianstorti/1105142 to your computer and use it in GitHub Desktop.
Oracle kill user session
# connected as sys
SELECT * FROM V$SESSION WHERE USERNAME LIKE 'CODEIT_BRIANSTORTI'
ALTER SYSTEM KILL SESSION 'sid,serial#' IMMEDIATE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment