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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Dropping Users That Are Currently Connected / Killing Sessions

Re: Dropping Users That Are Currently Connected / Killing Sessions

From: Bagieta <bagieta21_at_poczta.onet.pl>
Date: Tue, 29 Jun 2004 10:16:02 +0200
Message-ID: <cbr8p6$e9r$1@news.onet.pl>


select sid, serial# serial, machine, program, username, status, logon_time, lockwait
 from v$session a
 where username is not null
 order by sid

then

alter system kill session 'SID, SERIAL'

Regards
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

dbDeveloper - Multiple databases editor

http://prominentus.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Received on Tue Jun 29 2004 - 03:16:02 CDT

Original text of this message

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