세션확인

select b.spid, a.*
from v$session a, v$process b
where a.paddr = b.addr
;

세션 킬

alter system kill session 'SID, SERIALI#'