Oracle Error ORA-38411: invalid datatype for the column storing expressions

Oracle Error Message

ORA-38411: invalid datatype for the column storing expressions

Reason for the Error

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

Solution

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