Hi,
I am working with Oracle RDBMS 11g for export with datapump, and Oracle RDBMS 12cR1 for import with datapump.
While doing this, I encountered the following error for some tables:
ORA-12899 – Value too large for column string
The involved databases have a different character set...
I have found this link for a work-around:
Sysadmin and DBA tips – ORA-12899 – Value too large for column string
Does someone has experience with this?
Should I convert from VARCHAR2 -> CHAR?
Why not to use a bigger different length is keep the use of VARCHAR2?
Thanks by advance for sharing your experience.
Kind Regards