Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-11510

Casting to a polymorphic or multi-column domain as specified is not allowed.

Cause

Either a polymorphic or a multi-cast domain was specified with the CAST operator; or the data type or collation for the CAST operator did not match the domain attributes.


Action

Use a non-polymorphic single column domain and match the data type and collation with those of the domain.