Check the status of Oracle scheduler job

To check the status of Oracle scheduler job which executed on specific date , use the below query

 select JOB_NAME,STATUS,RUN_DURATION,ADDITIONAL_INFO,TRUNC(ACTUAL_START_DATE) from ALL_SCHEDULER_JOB_RUN_DETAILS where job_name=’REFRESH_ACD_GROUP_HISTORY_M_J’ and TRUNC(ACTUAL_START_DATE)=’27-MAY-16′;

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s