Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

DIA-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.