ORA-04023 Errors On Object TYPE After Upgrading DB 19c In CDB
(Doc ID 2823301.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.11.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ORA-04023 errors may happen during RDBMS 19c CDB/PDB upgrade when executing sqlpatch.
The error can be confirmed by manually compiling some of the involved objects:
SQL> alter package sys.DBMS_AQ compile;
Warning: Package altered with compilation errors.
SQL> show errors
Errors for PACKAGE SYS.DBMS_AQ:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 ORA-04023: Object SYS.AQ$_POST_INFO could not be validated or authorized
Changes
RDBMS 19c upgrade in CDB setup.
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 |
References |