<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Failed Jobs on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/failed-jobs/</link><description>Recent content in Failed Jobs on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Wed, 26 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/failed-jobs/index.xml" rel="self" type="application/rss+xml"/><item><title>Review Job Run History with DBA_SCHEDULER_JOB_RUN_DETAILS</title><link>https://www.oraclescripts.com/post/review-scheduler-job-run-history-with-dba-scheduler-job-run-details/</link><pubDate>Wed, 26 Aug 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/review-scheduler-job-run-history-with-dba-scheduler-job-run-details/</guid><description>
&lt;h2 id="review-job-run-history-with-dba_scheduler_job_run_details"&gt;Review Job Run History with DBA_SCHEDULER_JOB_RUN_DETAILS&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A stuck job that fails silently overnight rarely announces itself. The next morning's dependent process just doesn't have the data it expected, and by then the only trace of what actually happened lives in the Scheduler's own run log. &lt;strong&gt;&lt;a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ALL_SCHEDULER_JOB_RUN_DETAILS.html"&gt;DBA_SCHEDULER_JOB_RUN_DETAILS&lt;/a&gt;&lt;/strong&gt; is that run log — a record of every completed execution the Scheduler has kept, covering every job in the database rather than only the current user's own jobs. It is a different question from &amp;quot;what is running right now&amp;quot;: that question belongs to &lt;code&gt;DBA_SCHEDULER_RUNNING_JOBS&lt;/code&gt;, a live snapshot of in-flight jobs that disappears the moment a job finishes. &lt;code&gt;DBA_SCHEDULER_JOB_RUN_DETAILS&lt;/code&gt; is the after-the-fact history, and it is the only place &lt;code&gt;STATUS&lt;/code&gt;, &lt;code&gt;ERROR#&lt;/code&gt;, &lt;code&gt;ACTUAL_START_DATE&lt;/code&gt;, and &lt;code&gt;RUN_DURATION&lt;/code&gt; can be reviewed together for a run that has already ended.&lt;/p&gt;</description></item></channel></rss>