1. 1.select * from v$session t1, v$locked_object t2 where t1.sid = t2.SESSION_ID; 
  2.  2.alter system kill session '144(SID),12602(SERIAL#)'