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 -> detect and kill my own procedure if it's running

detect and kill my own procedure if it's running

From: Akimeu <Nospam_at_Email.com>
Date: Mon, 11 Sep 2006 14:08:44 -0700
Message-ID: <zdkNg.230555$k%3.189297@dukeread12>


hello group. so i have a stored procedure but do not have dab privileges on the db. what i'd like to accomplish, is the following:

  1. within the procedure, before i execute the main logic, check to see if another session is executing this procedure. if so, go ahead and kill that session and continue executing.

i looked at dbms_application_info... but, that's only part of the hurdle it seems. i'd appreciate any feedback on this. thanks in advance. Received on Mon Sep 11 2006 - 16:08:44 CDT

Original text of this message

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