Database Error Messages

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