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′;