Skip to content

Instantly share code, notes, and snippets.

@cbaldin
Created August 31, 2011 14:35
Show Gist options
  • Save cbaldin/1183686 to your computer and use it in GitHub Desktop.
Save cbaldin/1183686 to your computer and use it in GitHub Desktop.
Matar sessão
--Logado como system, seu maconheiro
SELECT * FROM V$SESSION WHERE USERNAME LIKE <<USERNAME>>
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