ALTER SYSTEM DISCONNECT SESSION 'sid,serial#' IMMEDIATE;
ALTER SYSTEM KILL SESSION '26,6764' IMMEDIATE;
Showing posts with label Close Active Connection. Show all posts
Showing posts with label Close Active Connection. Show all posts
Sunday, 2 June 2013
kill specific connection on Oracle Database
Once we figure out who is on the system, we will probably want to know what they are doing. In this case, we will join the v$session view we just queried with another view, the V$SQL view. This alter statement kill the selected session
Subscribe to:
Posts (Atom)