Oracle DBA, How To, Error, Cause and Action

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.

No comments:

Post a Comment

Thanks for your comment.