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: Killed sessions lock some tables

Re: Killed sessions lock some tables

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 20 Mar 2003 07:48:54 +0000
Message-ID: <b5bkmt$am6$1@ctb-nnrp2.saix.net>


Alex Filonov wrote:

> In short, you need to kill dedicated server processes of
> these sessions, it would clean them. How to do it under W2K is a
> separate question though...

On Windows, you will find the thread id in the column (v$session or v$process) that carries the Unix PID on a Unix platform.

Using that, you can try and force the thread to terminate. But methinks that will be a bad idea as Windows tend to be like a fine china shop at times. The few times that I used a similar approach (client-side, forcing threads to close), Windows time and again fail to "gracefully" kill the thread like a kill -9 does on Unix. If it was not errors, it was memory leakages.

--
Billy
Received on Thu Mar 20 2003 - 01:48:54 CST

Original text of this message

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