Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get logs of DBMS_JOB ?

User_9XA6OFeb 27 2019 — edited Feb 27 2019

Hi Team,

I have previously created DBMS_JOBS in our database and our database is oracle hexadata.

Now, I have to find which DBMS_JOB taking more time to finish as it is affecting other scheduled job performance.

I got the start time of each DBMS_JOB but I am unable to find END time of the same DBMS_JOBS.

I also got Total_Time column in DBA_JOBS table but I am bit confused, whether TOTAL_TIME in seconds or in milliseconds and what exactly it shows?

is it total time which is taken by the job or something other?

Please help me to get end date/time of DBMS_JOB.

Comments
Post Details
Added on Feb 27 2019
3 comments
7,782 views