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

PLS-00351: Not logged onto database 'string'

1 Answers  


ORA-10578: Can not allow corruption for managed standby database recovery

1 Answers  


LPX-00014: context is not clean

1 Answers  


RMAN-20204: translation not started

1 Answers  


ORA-14633: Index maintainence clause not allowed for ADD list subpartition to a Composite partitioned table

1 Answers  






ORA-38408: The ADT "string" does not exist in the current schema.

1 Answers  


NID-00002: Parse error: string

1 Answers  


NZE-28870: Name comparison failure

1 Answers  


ORA-19579: archivelog record for string not found

1 Answers  


LPX-00281: unsupported encoding "~s"

1 Answers  


PLS-01911: : associative array key violates its type constraints

1 Answers  


PCC-01005: PROCEDURE DIVISION not found

1 Answers  


Categories