PL/SQL script to find and Kill Blocking Sessions/Objects
/********************************************************* *PURPOSE: To findout blocking sessions and kill them * *AUTHOR: Shailender Thallam * **********************************************************/ — DECLARE CURSOR c IS SELECT c.owner, c.object_name, c.object_type, b.SID… Read More »PL/SQL script to find and Kill Blocking Sessions/Objects