Installation Guide Upgrading to Oracle Life Sciences Data Hub Release 2.5 Start Queues Restart and Enable the Job Queue Restart and Enable the Job Queue Still logged in as apps: Stop and disable the Job Queue: begin cdr_exe_job_queues.stop_jobq_processing_queues; end; / Start and enable the job queue: begin cdr_exe_job_queues.start_jobq_process_enabled; end; / Parent topic: Start Queues