Problem encoding Japanese characters with Oracle9i drivers for JDBC Thin...
432220Nov 3 2004 — edited Nov 4 2004Hello,
We have an application suucessfully running in Production with Apache, Java 1.2 JVM and Oracle8.1.7, with our database Charset set to US7ASCII. Ths application has been inserting japanese characters into the 8i database, without any problems. We had to rebuild this application , using JAva, JDK1.4, Oracle 8.1.7, and Tomcat4. But now we are having problems inserting the data, the data we are sending into the database through java JDBC is UTF8, but the data is being truncated.
we thought this could be JVM/oracle driver compatibility issue, so downloaded latest ojdbc14.jar JDBC pure java thin driver. but that didn't work. Can anyone please suggest where is the problem and whats right approach...