DBMS_STATS - PLS-00302: component 'IS_STATS_FROM_UPGRADE' must be declared
When trying to compile the DBMS_STATS package I am getting the following error:
4285/5 PL/SQL: Statement ignored
4285/27 PLS-00302: component 'IS_STATS_FROM_UPGRADE' must be declared
The system I am running on is Oracle SE 12.2.0.1
I tried to recreate the package, no success.
Any ideas?