Database Error Messages

ORA-28452

ALTER DATABASE DICTIONARY statement is not allowed during rolling upgrade if LOB signature is enabled.

Cause

An attempt was made to executing the ALTER DATABASE DICTIONARY statement during rolling upgrade when large object (LOB) signature was enabled.


Action

Temporarily disable the LOB signature by executing ALTER SYSTEM SET LOB_SIGNATURE_ENABLE = FALSE. Reenable LOB signature afterward.