oracle view lock data session and clear session

select t2.username,t2.sid,t2.serial#,t2.logon_time
from v$locked_object t1,v$session t2
where t1.session_id=t2.sid order by t2.logon_time;

 

 
3. Kill the session 
?
 
alter system kill session 'sid,serial#'

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327037154&siteId=291194637