Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> killing sessions in v$session

killing sessions in v$session

From: yls177 <yls177_at_hotmail.com>
Date: 30 Aug 2004 21:13:19 -0700
Message-ID: <c06e4d68.0408302013.27bf18aa@posting.google.com>


select status, serial#, sid from v$session

get the sid, serial# from v$session

alter system kill session 'sid, serial#';

select status, serial#, sid from v$session but gives the status KILLED

I understand that it could be doing rolling back and it could take a long time. Hence, i will monitor again and replied later.

Cheers Received on Mon Aug 30 2004 - 23:13:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US