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: Killed session doesnt release resources

Re: Killed session doesnt release resources

From: Brian L. Anderson <andersob_at_darton.edu>
Date: Fri, 05 Mar 2004 10:22:25 -0500
Message-ID: <40489B31.9020207@darton.edu>


Database Admin wrote:

> Hi,
> I am facing a problem in my
>
> Dual Processor ,4 Gb RAM ,HP-UX 11.11,Oracle 9.2.0 Box.Whenever a session is
> killed it doesnt release the resources a long time.The other problem
> I face is if someone uses a heavy Report (Oracle Report Developer
> Executable) and then sits idle even then it doesnt release the resource.
> Any inputs??.
> Deep
>
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------

I've generally had good luck using the immediate clause.

alter system kill session '&sid,&serial' immediate;



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Mar 05 2004 - 09:39:29 CST

Original text of this message

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