Showing posts with label ORA-38411. Show all posts
Showing posts with label ORA-38411. Show all posts

Friday, 15 June 2012

ORA-38411: invalid datatype for the column storing expressions

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.