Created
July 25, 2011 20:43
-
-
Save brianstorti/1105142 to your computer and use it in GitHub Desktop.
Oracle kill user session
This file contains 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
# 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