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: Use of DBMS_JOB package

Re: Use of DBMS_JOB package

From: Igor Sereda <sereda_at_spb.runnet.ru>
Date: Tue, 05 May 1998 16:13:11 -0400
Message-ID: <354F72D7.550135EB@spb.runnet.ru>


Hi Dave,

use USER_JOBS table. Note that you will have to connect as job owner to see the jobs.

Hope this helps,
Igor

Dave Morris wrote:
>
> All,
> Could someone tell me how to view a list of jobs submitted using :
> execute dbms_job.submit(and the rest ...).
> I gather the command to remove jobs is
> execute dbms_job.remove(number)
> but how do I find out what jobs have been submitted and their job
> numbers ?
>
> Thanks
>
> Dave

--
Igor Sereda,
ITC, Russia Received on Tue May 05 1998 - 15:13:11 CDT

Original text of this message

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