Oracle Database 12c New Features

ORA-14691: Extended character types are not allowed in this table.

ORA-14691: Extended character types are not allowed in this table.


Cause:


An attempt was made to create VARCHAR2 or NVARCHAR2 columns larger than 4000 bytes, or a RAW column larger than 2000 bytes, in a cluster, clustered table or index-organized table.



Action:


Correct the statement and reenter.