主要是查 v$session,我一般用这个SQL:
set linesize 200
col username for a30
col machine for a30
col program for a30
select username, machine, program, sid, serial# from v$session where username = 'SUANLITEST';
alter system kill session 'sid,serial#' immediate;