Enabling the Job Queue

After you have started the job queue (or it has been started during installation) you must enable the job queue by connecting as apps and running the script.

begin
cdr_exe_job_queues.start_jobq_process_enabled;
end;
/
commit;