preloader

Oracle 11g [Exclusive]

ALTER SYSTEM KILL SESSION 'sid,serial#' IMMEDIATE; Example:

SELECT sql_id, sql_text FROM v$sql WHERE sql_id = (SELECT sql_id FROM v$session WHERE sid = <blocking_sid>); This will help you identify poorly written transactions or missing COMMIT statements. oracle 11g

ALTER SYSTEM KILL SESSION '142,3892' IMMEDIATE; Sometimes the killed session lingers. Use this to force cleanup: ALTER SYSTEM KILL SESSION 'sid

ALTER SYSTEM DISCONNECT SESSION 'sid,serial#' IMMEDIATE; If you need to find the actual SQL causing the block: Example: SELECT sql_id

Get TextOps Now

TextOps isn’t just a software to speed up typing. TextOps allows
teams to reach previously unexplored levels of collaboration, consistency & efficiency.

Install TextOps
*