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

IMG-00831: boundary queue size exceeds expected size

1 Answers  


RMAN-05013: auxiliary control filename string conflicts with a file used by the target database

1 Answers  


ORA-09853: snyRemovePort: bad return code from request.

1 Answers  


QSM-01071: a lossy join in materialized view, string, from table, string, not found in query

1 Answers  


PLS-00496: too few columns in SELECT...INTO statement after bursting record targets

1 Answers  


DRG-10801: cannot create an SQE for another user

1 Answers  


ORA-06251: NETNTT: cannot translate address file name

1 Answers  


ORA-30042: Cannot offline the undo tablespace

1 Answers  


ORA-29835: ODCIGETINTERFACES routine does not return required interface(s)

1 Answers  


QSM-01091: cost based optimizer found query rewrite is more expensive

1 Answers  


PCC-02442: Expecting a value between 1 and 65535 inclusive

1 Answers  


ORA-31448: invalid value for change_source

1 Answers  


Categories