Database Error Messages

ORA-42414

cannot use mixed type for property string of label string

Cause

The option DISALLOW MIXED PROPERTY TYPES was set but multiple definitions of the same property exposed column expressions that had different data types.


Action

Use the ALLOW MIXED PROPERTY TYPES option, or wrap the exposed column expression in casts so that all definitions of the property have the same data type.