export in one character set and import in different
430060Sep 27 2004 — edited Apr 2 2007Hi,
Hi,
I have one database where NLS_LANG is set to American_America.WE8ISO8859P1, If I export and import it in different database where American_America.UTF8, it throws error for some rows..
Please note that problem comes only with those rows where whole length is cooupied.. e.g. IF I have char(10), and all 10 bytes are occupied, then I get this problem. But If I have at least 1 bvyte free, then import is successful.
I can't change schema definition to increase the column length because of application constraints.
Is there any workaround of this problem.
Thanks
Puneet