ORA-28452
ALTER DATABASE DICTIONARY statement is not allowed during rolling upgrade if LOB signature is enabled.
Cause
An attempt is being made to execute the ALTER DATABASE DICTIONARY statement during rolling upgrade when large object (LOB) signature is enabled.
Action
Temporarily disable the LOB signature by executing ALTER SYSTEM SET LOB_SIGNATURE_ENABLE = FALSE. Reenable LOB signature afterward.