Administrator
|
From 12.2 onwards JOB_QUEUE_PROCESSES is PDB modifiable..
But! setting it on CDB level is enough.. This is EBS and your CDB is dedicated to EBS PDB.. So setting it centrally on CDB level is enough.
Still it is better to test it..
Create a dbms_job on a PDB, set job_queue_processes to a non-zero value of CDB.. Don't set it to anything on PDB.. Execute that job you just created and see whether it is executed or not.. If your job is not executed, then set job_queue_processes both on CDB and PDB level.. But if your is executed properly, you don't need to set it on PDB level..
|