Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How long did job run?

RE: How long did job run?

From: Naveen Nahata <naveen_nahata_at_mindtree.com>
Date: Thu, 05 Sep 2002 01:33:20 -0800
Message-ID: <F001.004C8334.20020905013320@fatcity.com>










SELECT to_char(LAST_DATE, 'DD-MON-YYYY HH:MI:SS') FROM DBA_JOBS WHERE job = job_id. This will give you the last date and the time when a particular job was successfully executed
 
Naveen
-----Original Message-----
From: Vladimir Barac [mailto:vladob@aster.si]
Sent: Thursday, September 05, 2002 2:13 PM
To: Multiple recipients of list ORACLE-L
Subject: How long did job run?

Hello to everyone
 
Is it possible to find LAST execution time of a job?
 
DBA_JOBS has column TOTAL_TIME, but I need something like "last time".
 
Thanks
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Naveen Nahata
  INET: naveen_nahata_at_mindtree.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Sep 05 2002 - 04:33:20 CDT

Original text of this message

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