|
ORA-34726: (NLSCHARSET06) CAUTION: Stringtruncated during character set conversion from stringto string Cause: Some operation required astring to be converted into a different character set. The string required more bytes in the new encoding,and exceeded some byte limit on its allowable length, causing some characters tobe removed from the end of the string. Action: If the byte limit is due tousing the ID datatype, consider using the CHAR datatype instead. If the byte limit is due to the limitof 4000 bytes per line of CHAR data, break the long line up into multiple lines.
|