ORA-34726: (NLSCHARSET06) CAUTION: String truncated during
character set conversion from string to string



ORA-34726: (NLSCHARSET06) CAUTION: String truncated during character set conversion from string to ..

Answer / guest

Cause: Some operation required a string 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 to be removed from
the end of the string.

Action: If the byte limit is due to using the ID datatype,
consider using the CHAR datatype instead. If the byte limit
is due to the limit of 4000 bytes per line of CHAR data,
break the long line up into multiple lines.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-16162: Cannot add new standby databases to protected configuration

1 Answers  


QSM-02058: set operator in mv and compatibility mode is less than 9.0

1 Answers  


DRG-50608: unexpected end of data

1 Answers  


ORA-32624: illegal reordering of MODEL dimensions

1 Answers  


RMAN-10003: unable to connect to target database

1 Answers  






SQL*Loader-00527: OCI return status: no data

1 Answers  


ORA-22998: CLOB or NCLOB in multibyte character set not supported

1 Answers  


SQL*Loader-00609: value used for ROWS parameter changed from number to number

1 Answers  


SQL*Loader-00651: error skipping lob for column string, row number, table string

1 Answers  


NZE-28858: SSL protocol error

1 Answers  


TNS-00120: Missing PUMPS in INTCHG.ORA

1 Answers  


RMAN-06075: datafile string does not belong to this database

1 Answers  


Categories