My Oracle Support Banner

Scheduler Jobs Refuse To Restart At The Scheduled Time (Doc ID 1310649.1)

Last updated on JANUARY 07, 2025

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.4 and later
Information in this document applies to any platform.

Symptoms


A fresh created job refuse to run at the scheduled interval.
A manual run with using DBMS_SCHEDULER.RUN_JOB does work without problems,
but the next start date counted by the repeat_interval doesn't have an effect. The job will not run automatic at this time.
But the job will be executed sometimes later, in this case hours later!
The job does only execute a simple procedure, but has following attributes set:



Changes

Job Attributes:
==========

DBMS_SCHEDULER.SET_ATTRIBUTE (
name => 'TEST_JOB',
attribute => 'job_weight',
value => 3 );
--
DBMS_SCHEDULER.SET_ATTRIBUTE (
name => 'TEST_JOB',
attribute => 'job_priority',
value => 5 );

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.