1、select * from v$session ,找到你要处理的进程,并记录paddr
2、select pid from v$process where addr='以上的paddr';
3、以oracle用户telnet至linux
  oracle>kill -9 spid