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: Forcing session to disconnect

Re: Forcing session to disconnect

From: Jeroen van Sluisdam <Jeroen.van.Sluisdam_at_vrijuit.nl>
Date: 12 Sep 1998 12:06:28 GMT
Message-ID: <35FA6393.BC2902A1@vrijuit.nl>


Hi,

alter system kill session is the only way but doesn't work as you would like

because Oracle refuses to kill sessions that are in the middle of transactions etc..
What it does do, is mark them for kill so they'll be killed asap.

Jeroen

Olivier Bercovitz wrote:

> Hello everybody,
>
> Do you know if there is a way to disconnect (clean) all Oracle sessions
> without shutdown an startup the database.
> We need to disconnect or kill all the sessions to free all locks so even
>
> for the sessions currently running.
> When we try "alter system kill session...." sometime the statement is
> locked
> so how can we do to free all locks for all the sessions and to be sure
> that
> all locks are free ??
> Thanks in advance
>
> Regards.
> Olivier
Received on Sat Sep 12 1998 - 07:06:28 CDT

Original text of this message

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