oracle killed

select username,sid,serial# from v$session
select count(*) from v$session;
alter system kill session'16,10493' immediate;

原文地址:https://www.cnblogs.com/stting/p/4668212.html