We have a table with a column 'DESCRIPTION' defined as nvarchar2(4000). We are trying to import data into it from data file. When the field in data file is with 4000 Chinese characters, it could not be imported. error message as below:
ORA-12899: value too large for column DESCRIPTION (actual: 4000, maximum: 4000)
Can anyone advice how to fix? thanks in advance!