WMSYS.LTUTIL is invalid with this error
select owner, name, type, text, line, position from dba_errors where owner = 'WMSYS';
OWNER NAME TYPE TEXT LINE POSITION
WMSYS LTUTIL PACKAGE BODY PL/SQL: ORA-00942: Table ou vue inexistante 7828 22
WMSYS LTUTIL PACKAGE BODY PL/SQL: SQL Statement ignored 7828 7
WMSYS LTUTIL PACKAGE BODY PL/SQL: ORA-00942: Table ou vue inexistante 7838 18
WMSYS LTUTIL PACKAGE BODY PL/SQL: SQL Statement ignored 7838 7
To fix this issue, simply grant insert delete on noexp$ to WMSYS user and recompile
grant insert,delete on sys.noexp$ to wmsys;
@?/rdbms/admin/utlrp.sql
select * from dba_objects where status='INVALID' and owner='WMSYS';
select * from dba_registry;