How to terminate PL/SQL concurrent program
673860Apr 21 2011 — edited Apr 21 2011Hi All,
I have created a Concurrent program using PL/SQL stored procedure as the execution method, I then cancelled my concurrent program, but the Pl/SQL procedure is still running from the back end.
I made a mistake to put a condition to exit from the for loop and now the procedure is still running, I need some inputs on how to stop the execution of the procedure.
thanks in advance.