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: DBMS_JOB won't go away

Re: DBMS_JOB won't go away

From: Ushkalo Igor <igorus_at_protek.ru>
Date: Wed, 12 Dec 2001 20:16:40 +0300
Message-ID: <3C1790F8.5050409@protek.ru>


Chuck wrote:

> I have a job showing up in DBA_JOBS_RUNNING that doesn't show up in
> DBA_JOBS. I tried to remove it with DBMS_JOB.REMOVE but that failed.
> I tried to use DBMS_IJOB.REMOVE and that ran succesfully but the jobs
> is still showing up with most of the columns containing NULL even
> after I did a COMMIT. Here's what DBA_JOBS_RUNNING looks like...

Check are you the owner of these jobs?
Only owner of job can remove it.

Received on Wed Dec 12 2001 - 11:16:40 CST

Original text of this message

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