Skip to Main Content

Java Database Connectivity (JDBC)

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!

Cannot map Unicode to Oracle character

843859Jul 27 2005 — edited Jul 28 2005
java.sql.SQLException: Cannot map Unicode to Oracle character.

Getting this exception when I am inserting data into Oracle database. After doing some analysis, it is found that Oracle DB is set to US7ASCII. What shall I do now? Is there anyway for Jdbc driver to transform Unicode to US7ASCII? I do not have authority to change the data which is getting inserted to Oracle table. Jdbc driver being used is THIN driver.

Thanks for any suggestions.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2005
Added on Jul 27 2005
2 comments
476 views