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: Job queue question

Re: Job queue question

From: Martin Haltmayer <Martin.Haltmayer_at_d2mail.de>
Date: Thu, 13 Jun 2002 09:33:26 +0200
Message-ID: <3D084AC6.C361F910@d2mail.de>


Hello Georg,

SQL> desc dba_jobs_running

 Name                                                        Null?    Type
 ----------------------------------------------------------- --------
-----------
 SID                                                                  NUMBER
 JOB                                                                  NUMBER
 FAILURES                                                             NUMBER
 LAST_DATE                                                            DATE
 LAST_SEC                                                            
VARCHAR2(8)
 THIS_DATE                                                            DATE
 THIS_SEC                                                            
VARCHAR2(8)
 INSTANCE                                                             NUMBER

should help.

Please don't crosspost.

Martin

Georg Scholz wrote:
>
> Hello,
>
> We are using Oracle 8.1.7
>
> I want to schedule a job ONCE using DBMS_JOB.SUBMIT(). After the job is
> complete, I want to know how long it was running.
>
> Problem is, the job disappears from the Job List (USER_JOBS) once it is
> complete. So there seems to be no way to get the job's run time !?
>
> I looked in the manuals, but didn't find a solution .
>
> Does anyone know how to solve this?
>
> Thanks in advance for any hint
>
> Georg Scholz
Received on Thu Jun 13 2002 - 02:33:26 CDT

Original text of this message

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