Stopping the Job Queue

You can stop and disable the job queue by connecting as apps to run the script.

begin
cdr_exe_job_queues.stop_processing_queues;
end;
/
commit;