ORA-20008: No Concurrent Manager is defined that can run concurrent program ADZDPATCH
ERROR
adop phase=prepare ORA-20008: No Concurrent Manager is defined that can run concurrent program ADZDPATCH
$adop phase=prepare
The step halted with the below error:
SQL> select AD_ZD_ADOP.WAIT_FOR_CP_TO_RUN(527131) from dual
*
ERROR at line 1:
ORA-20008: No Concurrent Manager is defined that can run concurrent program
ADZDPATCH
ORA-06512: at “APPS.AD_ZD_ADOP”, line 240
SOLUTION
Run the below FNDLOAD statement.
$ FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct
$AD_TOP/patch/115/import/US/adzdpatch.ldt – CUSTOM_MODE=FORCE
Log filename : L527132.log
Report filename : O527132.out
Now restart
$ adop phase=prepare
Reference: ORA-20008 When Running “adop phase=prepare” (Doc ID 1587419.1)