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 -> Re: killing sessions in v$session

Re: killing sessions in v$session

From: yls177 <yls177_at_hotmail.com>
Date: 5 Sep 2004 19:04:16 -0700
Message-ID: <c06e4d68.0409051804.1d2535eb@posting.google.com>


"Howard J. Rogers" <hjr_at_dizwell.com> wrote in message news:<4133fc9d$0$7223$afc38c87_at_news.optusnet.com.au>...
> yls177 wrote:
>
> > 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
>
>
> Sorry... is there actually a question here?
>
> A session will appear killed in V$session until such time as it attempts to
> perform some new action (such as a select against a table, or a piece of
> DML). Only at that point does the original session get a 'you've been
> killed' message, and only then does the session disappear from v$session.
>
> If you want to hurry things along, kill the session as you have done first,
> and *then* practice your kill -9 skills, assuming you're on Linux or Unix.
>
> Regards
> HJR
spot on.. now its gone.

cheerios Received on Sun Sep 05 2004 - 21:04:16 CDT

Original text of this message

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