Re: Terminate a dba_jobs job that is running

From: Maria Gurenich <gurenich_at_gmail.com>
Date: Mon, 1 Dec 2008 13:19:21 -0500
Message-ID: <ebb6b7320812011019j2048519fse8196d7f4036c8cb@mail.gmail.com>


 EXEC DBMS_JOB.BROKEN(job#,TRUE);
ALTER SYSTEM KILL SESSION 'sid,serial#';

OR

ALTER SYSTEM SET job_queue_processes = 0; BUT: This will bring down the entire job queue processes.

On Mon, Dec 1, 2008 at 1:11 PM, Jeffrey Beckstrom <JBECKSTROM_at_gcrta.org>wrote:

> How can I terminate and stop from rerunning a job running in dba_jobs in
> 10g.
>
>
> Jeffrey Beckstrom
> Database Administrator
> Greater Cleveland Regional Transit Authority
> 1240 W. 6th Street
> Cleveland, Ohio 44113
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 01 2008 - 12:19:21 CST

Original text of this message