DBMS_SCHEDULER Jobs periodically Disabled Or Dropped in RAC DB
(Doc ID 2447496.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.0.1 version, RDBMS
ACTUAL BEHAVIOR
---------------
dbms_scheduler jobs on Oracle Database 12.2.0.1 two-node RAC, which is scheduled on NODE_1 to run every 30 minutes (repeat_interval => 'freq=minutely; interval=30'), was dropped after being started manually on NODE_2 (outside of its specified schedule) by using dbms_scheduler.run_job procedure. This job was created with the auto_drop parameter set to true and it gets dropped while running it manually from NODE_2. The job was previously working well for years on older database release (11gR2). Similarly, if the job is created with the parameter auto_drop => false, it sometimes disables.
EXPECTED BEHAVIOR
-----------------------
Job not to be dropped with auto_drop set to TRUE and disabled with FALSE
Changes
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 |
References |