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 -> Re: Stop a job via SQL/Stored procedure

Re: Stop a job via SQL/Stored procedure

From: Sybrand Bakker <postbus_at_sybrandb.demon-verwijderdit.nl>
Date: Wed, 28 Aug 2002 10:27:42 +0200
Message-ID: <ea2pmu4t0hl41v0ce0l3dumf6um672ol5f@4ax.com>


On 28 Aug 2002 00:46:56 -0700, jabelsc_at_yahoo.com (Abel Suarez) wrote:

>Hi everybody!
>
> Is there a way to stop/start an Oracle job via SQL or a stored
>procedure? I need to do it through a java program. I'm using Oracle
>8.1.6.
>
> THanks in advance.
>
> Abel S.

dbms_job.broken(<id>,TRUE)

simple is it not? Just read up the dbms_job doco.

Hth

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Wed Aug 28 2002 - 03:27:42 CDT

Original text of this message

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