Database Administration (MOSC)

MOSC Banner

Multiple invalid components in dba_registry

edited Sep 27, 2018 4:11PM in Database Administration (MOSC) 3 commentsAnswered

Environment information: Oracle Database Enterprise edition     version: 11.2.0.4.0     Server: Linux x86-64 - Redhat 6.5

Important remarks: No recent patch or upgrade update has been made.

But it was verified that several sys.dbms packages are invalid, I only discovered the problem because sys.dbms_scheduler stopped working.

SQL> select substr(comp_name,1,40) comp_name, schema, status, substr(version,1,10) version from dba_registry order by comp_name;

COMP_NAME                                                    SCHEMA                    STATUS     VERSION

------------------------------------------------------------   ----------------------------- -------------   --------------

JServer JAVA Virtual Machine                            SYS                             VALID       11.2.0.4.0

OLAP Analytic Workspace                                 SYS                             INVALID    11.2.0.4.0

OLAP Catalog                                                    OLAPSYS                    VALID       11.2.0.4.0

Oracle Application Express                                APEX_030200             INVALID    3.2.1.00.1

Oracle Database Catalog Views                        SYS                             VALID        11.2.0.4.0

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center