Cannot map Unicode to Oracle character
843859Jul 27 2005 — edited Jul 28 2005java.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.