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

Home -> Community -> Mailing Lists -> Oracle-L -> killing sessions

killing sessions

From: JOE TESTA <JTESTA_at_longaberger.com>
Date: Thu, 11 Jul 2002 11:46:42 -0800
Message-ID: <F001.00495821.20020711114642@fatcity.com>


Not sure of your experience with pl/sql but how about this:

a stored procedure, takes 2 parms, serial and sid.

validation in the stored proc matches the logged in user against the username in v$session.

if the names match, dynamic sql(ddl) to do the alter command to kill the session.

I've done this in the past but its been about 7 years ago.

joe

--

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

Author: JOE TESTA
  INET: JTESTA_at_longaberger.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 11 2002 - 14:46:42 CDT

Original text of this message

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