Database Error Messages

ORA-11509

Casting to a multi-column domain is not allowed.

Cause

A multi-column domain was specified with a CAST operator.


Action

Use a single column domain with the CAST operator.