Database Error Messages

ORA-38411

invalid datatype for the column storing expressions

Cause

An attempt was made to create an expression column from a column of invalid datatype.


Action

Create a VARCHAR2 or CHAR column to store expressions in a table.