How to determine what is keeping Catalog and Catproc invalid in the Registry
SQL> select comp_id, status, version from dba_registry; COMP_ID STATUS VERSION ------------ ----------- -------------- CATALOG INVALID 11.2.0.3.0 CATPROC INVALID 11.2.0.3.0 SQL> select object_name, object_type from dba_objects where owner = 'SYS' and…
