Hi all,
Actually my current data base column size varchar2( 4000). i want to increase the datatype size varchar2(32000).
please help me any one urgent need for this problem.
present datatype : coulumn varchar2(4000)
requreied datatype:column varchar2(32000)
Error starting at line : 16 in command -
alter table sample modify sample_name varchar2(32000)
Error report -
ORA-14691: Extended character types are not allowed in this table.
14691. 00000 - "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.