Kill a job currently running?
3073Jul 25 2007 — edited Jul 25 2007Hi,
I scheduled a Job for every 10 minutes just to see if it works. The job started, but while it was running, I remove it using dbms_job.remove(job#) from the scheduled jobs. Now I want to kill the job that is currently running; it takes around 5 hours to finish and I don't want wait this much.
I know this is a DBA question but could not find a forum for DBAs.
Thank you