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: diconnect all user at specific time

Re: diconnect all user at specific time

From: aviion <member_at_dbforums.com>
Date: 23 Nov 2001 13:11:26 -0500
Message-ID: <3bfe914e$1@usenetgateway.com>


Try this if u r 8i or above

alter system disconnect session 'sid,serial#' post_transaction;

This waits till all transactions are completed for the sessions. If there a transaction which needs a large time to rollback, u will have to wait for that even after killing that session.

--
Posted via dBforums
http://dbforums.com
Received on Fri Nov 23 2001 - 12:11:26 CST

Original text of this message

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