Cause: A datatype was not declared for this column (in the CREATE TABLE) and an attempt was made to create a constraint on an attribute of this column. See the solution below.
Error solution: Declare a datatype for the column.
Database version: Oracle 11g Release 2 (11.2)