Message Oracle ORA-38411 - invalid datatype for the column storing expressions

ERRORinvalid datatype for the column storing expressions
CAUSEAn attempt was made to create an expression column from a column of invalid datatype.
ACTIONCreate a VARCHAR2 or CHAR column to store expressions in a table.