how to check DBMS_JOB historical run details prior to 19C
Hello Oracle Enthusiasts,
We have lot of dbs which are still on 11g and 12c and jobs scheduled using DBMS_JOBS.
Is there is a view where i can find historical job run details in dbs prior to 19C.
Please advice.
--------------------------------------------------------
PS : In 19c for each job in DBMS_JOB
a corresponding entry will be created with DBMS_SCHEDULER
so we are able to get historical job run details from DBA_SCHEDULER_LOGS/DBA_SCHEDULER_RUN_DETAILS.
-----------------------------------------------------------