-- 세션 조회
select * from v$session;

-- 세션 kill
alter system kill session(SID, SERIAL#);