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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Problems Killing Sessions

Re: Problems Killing Sessions

From: Mitchell <mitchell_at_comnet.ca>
Date: Thu, 08 Mar 2001 14:19:09 -0800
Message-ID: <F001.002C7B71.20010308134058@fatcity.com>

This is internal oracle process I think. Check used_ublk from v$transaction before killing or maybe big rollback will going to hang everything

Mitchell

>
>
>
>
> Friends :
>
> We have a problem for kill a session :
>
> We did :
>
> select * from v$session and got the result bellow :
>
> USERNAME SID SERIAL# STATUS SERVER
> ------------------------------ ---------- ---------- -------- ---------
> 1 1 ACTIVE DEDICATED
> 2 1 ACTIVE DEDICATED
> 3 1 ACTIVE DEDICATED
> 4 1 ACTIVE DEDICATED
> 5 1 ACTIVE DEDICATED
> USER01 35 55317 ACTIVE DEDICATED
>
>
> We applyed the command :
>
> alter system kill session '35,55317';
> alter system kill session '35,55317'
> *
> ERROR at line 1:
> ORA-00030: user session ID does not exist
>
> and also, by Instance Manager we finished with kill immediate
>
> but the session is showed in the Instance Manager and v$session ..
>
> Why ?
>
>
> Eriovaldo do Carmo Andrietta
> eca_at_widesoft.com.br
> Limeira/SP - Brasil
>
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Eriovaldo do Carmo Andrietta
> INET: eca_at_widesoft.com.br
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mitchell
  INET: mitchell_at_comnet.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Mar 08 2001 - 16:19:09 CST

Original text of this message

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