DBMS_PDB invalid : ORA-04063: Package Body "SYS.DBMS_PDB" Has Errors
(Doc ID 2579330.1)
Last updated on AUGUST 30, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
SYS.DBMS_PDB in one PDB becomes invalid after applying JUL Database RU.
When trying to recompile it, fails with error:
SQL> alter package SYS.DBMS_PDB compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY SYS.DBMS_PDB:
LINE/COL ERROR
-------- -----------------------------------------------------------------
412/12 PLS-00323: subprogram or cursor 'IS_VALID_PATH' is declared in a
package specification and must be defined in the package body
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |