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 -> Killing Oracle sessions

Killing Oracle sessions

From: John Stephens <stephjw_at_thorn.com>
Date: 1998/01/05
Message-ID: <34b16a31.17134737@news.southwind.net>#1/1

 How can I kill a oracle user session from a Stored procedure. So far, I have tried to use dbms_sql package to execute SQL statement "ALTER SYSTEM KILL SESSION '1,2'. The proc executes successfully, however, the session I'm trying to kill does not die.

Any help will be appreciated.

Thanks Received on Mon Jan 05 1998 - 00:00:00 CST

Original text of this message

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