Re: The duration of one single oracle job

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: Mon, 5 Jan 2009 06:15:19 -0800 (PST)
Message-ID: <90edab78-14a9-4a4a-b8d0-2a9034214958_at_g1g2000pra.googlegroups.com>



On Jan 5, 3:44 am, eteunisse <eteuni..._at_gmail.com> wrote:
> The question I have is simple and I thought I would find the answer in
> no time, but no luck.
> I user Oracle 10g, but we do not use the scheduler, but dbms_jobs.
>
> I have a job that gathers table statistics once a week.
> I want to know how long the last job execution took.
> In user_jobs there is the attribute TOTAL_TIME, but this is the total
> time this job executed in total.
> Of course I could remember the value of this before execution and
> afterwards it is easy to get what I want, but now O do not have the
> previous value and I need to know how long the last job took.
>
> Thanks

I like using cron or some external scheduler along with log files. Received on Mon Jan 05 2009 - 08:15:19 CST

Original text of this message