Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Character set conversions in JDBC
Anurag Varma wrote:
> "Chris O" <itoys1_at_optusnet.com.au> wrote in message news:41ecef9f$0$20754$afc38c87_at_news.optusnet.com.au... >
> > > I remember investigating this once. > Java drivers (both oci and thin) convert latin-1 or us7ascii to ucs2 directly. > > However, any other charset need to be converted to utf8 first on the server which is then > converted to ucs2 on the java side. > > I'd be surprised if this is not documented in the java doco or the nls guide at tahiti.oracle.com > > Anurag > >
I could not find it in the Java doco though I did see a discussion about the class oracle.sql.CHAR which agrees with what you said....but I didn't understand the context as I'm not a Java programmer. Also, I don't have access to tahiti as I'm not a DBA these days. Received on Wed Jan 19 2005 - 03:46:37 CST
![]() |
![]() |