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: Letting users kill their own sessions

Re: Letting users kill their own sessions

From: Jared Still <jkstill_at_cybcon.com>
Date: Thu, 29 Aug 2002 16:00:54 -0800
Message-ID: <F001.004C3804.20020829160054@fatcity.com>

Just modify the script you got from MetaLink

...
from v$session s, ...
where
...
 and userenv('SESSIONID') = s.audsid

Jared

On Thursday 29 August 2002 13:18, Boivin, Patrice J wrote:
> Does anyone have a dynamic script that would let users kill their own
> sessions?
>
> I found something in Metalink but the script doesn't appear to verify
> whether the PID and SID supplied belongs to the person executing the
> procedure... not ideal.
>
> Thanks.
>
>
>
> Regards,
> Patrice Boivin
> Systems Analyst (Oracle Certified DBA)
>
> Systems Admin & Operations | Admin. et Exploit. des systèmes
> Technology Services | Services technologiques
> Informatics Branch | Direction de l'informatique
> Maritimes Region, DFO | Région des Maritimes, MPO
>
> E-Mail: boivinp_at_mar.dfo-mpo.gc.ca


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 
----------------------------------------
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.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 Aug 29 2002 - 19:00:54 CDT

Original text of this message

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