How to get details of all history of completed or failed jobs
Hi,
I have one job created using dbms_job package and which is running every day at mid night, I want to check if this particular job was executed successfully in past on specific date. Is there any way through which we can find out these history.
I do not want to do manual history recording by creating table and inserting it success and failure of jobs.
Thanks and Regards,
kets
I have one job created using dbms_job package and which is running every day at mid night, I want to check if this particular job was executed successfully in past on specific date. Is there any way through which we can find out these history.
I do not want to do manual history recording by creating table and inserting it success and failure of jobs.
Thanks and Regards,
kets
0