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:[EMAIL PROTECTED]]
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

Reply via email to