Database Error Messages

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

OCI-22381

type collation is not the same as default collation

Cause

An attempt was made to ALTER TYPE COMPILE when the type collation was different from the current active collation, which is not allowed.


Action

Set the active collation to be the same as the type collation or issue the REUSE SETTINGS clause.