I have a report manager package that executes via DBMS_JOB queue every 5 minutes. It simply looks for report submissions, and launches a new DBMS_JOB for each one as needed. It has been running fine for months, but lately the job will simply hang in the queue for no apparent reason. If other report jobs were running, they will be frozen as well. There are no error messages, no entries (at all) in its log file, nothing. It's as if Oracle just decided to stop running all the job queues. Deleting and resubmitting the jobs will correct the problem... until the next time. The problem occurs at (seemingly) random every few days, and does not seem to correspond to any other database issues/events. JOB_QUEUE_PROCESSES is set to 20, and the number of jobs has never exceeded 6. We are running 9.0.1.1 with an upgrade to 9.2 in our future. Any ideas would be appreciated.
Thansk in advance,
Rich
____________________________
Rich Tefft
PL/SQL Programmer
Thansk in advance,
Rich
____________________________
Rich Tefft
PL/SQL Programmer