Running AutoConfig generates ORA-04063: Package Body “APPS.AD_ZD_ADOP” Has Errors (Doc ID 2175698.1)
SQL> alter package APPS.AD_ZD_ADOP compile body;
Warning: Package Body altered with compilation errors.
SQL> show err
Errors for PACKAGE BODY APPS.AD_ZD_ADOP:
LINE/COL ERROR
——– —————————————————————–
2712/3 PL/SQL: Statement ignored
2712/7 PLS-00201: identifier ‘SYS.DBMS_METADATA_UTIL’ must be declared
SQL> grant execute on DBMS_METADATA_UTIL to apps;
Grant succeeded.
SQL> alter package APPS.AD_ZD_ADOP compile body;
Package body altered.