Installation Guide Installing and Patching Oracle Applications and Oracle Database Upgrade to Oracle Database 19c (19.8) Perform Oracle Database 19c Post-Upgrade Tasks Restart and Enable the Job Queue 3.8.1.11 Restart and Enable the Job Queue Still logged in as apps: Stop and disable the Job Queue: begin cdr_exe_job_queues.stop_processing_queues; end; / Start and enable the job queue: begin cdr_exe_job_queues.start_jobq_process_enabled; end; / Parent topic: Perform Oracle Database 19c Post-Upgrade Tasks