Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to stop a stored procedure executed through SQL*Plus

445099May 23 2008 — edited May 23 2008
Hi,
I have written a Unix Shell that launches a SQL script through sqlplus executable.
In the SQL file there 's only the call of a stored procedure.
So for example sqlplus login/pwd@SID @sql_script &
the command is executed in background.

But it seems that the execution of my stored procedure may take a lot of time. So i decided to kill the sqlplus unix process but in fact i see that the stored procedure is still executing (i see it in the log trace files generated). So how can I stop the execution of this procedure ? How to find the Oracle process who is in charge of running the procedure ?
Thanks a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2008
Added on May 23 2008
1 comment
754 views