Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UTL_RAW.CONVERT charset conversion data loss

user12027471Sep 23 2016 — edited Sep 24 2016

During charset conversion in UTL_RAW.CONVERT as well as CONVERT function

if target charset not contain corresponded symbol then replacement character used.

It is not convenient in some cases and would be nice to have option to raise an exception.

There is session parameter NLS_NCHAR_CONV_EXCP but it looks like works only for NCHAR/CHAR conversion.

The reason is to avoid data loss during conversion.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2016
Added on Sep 23 2016
2 comments
348 views