Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g Express jdbc thin driver setString() problem
Before assuming it is a bug with the drivers, have you checked to make sure the client is using the same character set as the database? What is the value of the NLS_LANG variable of the client environment?
On Tue, 10 Jul 2007 17:45:52 -0700, Srini <srini.venigalla_at_gmail.com> wrote:
>I found this in the README.TXT of the jdbc driver:
>
>Oracle JDBC Drivers release
>10.1.0.2.0 (10g) README
>
>
>* If the database character set is AL32UTF8, you may see errors
>
> under the following circumstances:
>
> - accessing LONG and VARCHAR2 datatypes.
>
> - binding data with setString() and setCharacterStream().
>
>My database NLS Charset is AL32UTF8. So, what is the workaround?
>
>I am sure I have used ps.setString before on Oracle 9i. Do I have to
>go back to 9i?
>
>Thanks..
Received on Wed Jul 11 2007 - 04:54:01 CDT
![]() |
![]() |