Oracle Solution for Error ora-38411

Solution for Oracle Error ORA-38411

ORA-38411: invalid datatype for the column storing expressions

What triggered the Error:

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

What should we do to fix it:

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