select username,sid,serial# from v$session;
alter system kill session'158,7'--('sid,serial');
select username,sid,serial# from v$session;
alter system kill session'158,7'--('sid,serial');
转载于:https://www.cnblogs.com/adolfmc/archive/2012/11/27/2790496.html