一、查询数据库所有当前连接的用户

select username, sid, serial# from v$session;

二、从结果列表里找到对应的用户

alter system kill session '69,11660' ;   --sid,serial

 

相关文章: