Skip to Main Content

Integration

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!

ora-17155 - with database adapter

AinoAndriessenNov 19 2009 — edited Nov 9 2010
Hi,

We have some esb services that use the database adapter to interact to the database. Unfortunately this database has a character set of WE8ISO8859P15. This results in a ORA-17155 - Cannot map Unicode to Oracle character exception, when the data contains special characters that are not in that character set like the ½.
As strange as it may sound, but we would happy enough to have these characters as garbage in our database, e.g. as a ¿, which is indeed be case if we just insert the data using SQL+ or SQLDeveloper. However, it seems that the database adadpter is already doing something with character sets and is not just doing a plain insert.

Is there a way to have the database adapter insert the data (with garbage characters) instead of throwing the exception?

We're using the Oracle esb 10.1.3.4 and database 10gR2.

Ciao
Aino
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2010
Added on Nov 19 2009
7 comments
4,224 views