You can find it from last_date column from that table:
 
SQL> alter session set nls_date_format='dd.mm.rrrr hh24:mi:ss';
 
SQL> select LAST_DATE from dba_jobs;
 
LAST_DATE
-------------------
05.09.2002 12:39:31
HTH
 
Jorma
 
-----Original Message-----
From: ext Vladimir Barac [mailto:[EMAIL PROTECTED]]
Sent: 05 September, 2002 11:43
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