When Upgrading to Oracle AVDF 20.3 ELMIG_POPULATE_CLUSTERS_202 and ELMIG_CONVERT_HASH_202 Are Reported as INVALID in dba_objects Table
Even though the objects are invalid this doesn’t have any impact on the system operation and can be ignored.
Problem
When upgrading to Oracle AVDF 20.3 the objects ELMIG_POPULATE_CLUSTERS_202 and ELMIG_CONVERT_HASH_202 are reported as INVALID in dba_objects table.
The following query results in the ELMIG_POPULATE_CLUSTERS_202 and ELMIG_CONVERT_HASH_202 objects.
elect object_name from dba_objects where status = 'INVALID';
OBJECT_NAME
Solution
This doesn’t have any impact on the system operation and can be ignored.