1 查出交互进程 select saddr,sid,serial#,paddr,username,status from v$session where username is not null;
2 杀掉交互进程 alter system kill session '151,234234'; 说明: 151为SID,234234为serial#对应的值;