Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Unicode

Re: Unicode

From: Bruce Percy <bpercy_at_peopledoc.com>
Date: Mon, 13 Aug 2001 15:23:54 +0100
Message-ID: <3B77E2FA.9EA60534@peopledoc.com>

Hi Rene,

No, sorry, i'm not prefixing the characters with N.

I thought that using UNICODE should be transparent.... I'm using a Java JDBC driver to insert into the Oracle database. In particular, i'm using Oracle's Thin JDBC driver.

Bruce.

Rene Nyffenegger wrote:

> >Hi,
> >
> >Anybody tell me how to set up my oracle 8i database so that I can used
> >Unicode?
> >
> >Currently, if I try to insert char's into an NCHAR column I get a
> >character missmatch.
> >
> >Bruce.
>
> Do you prefix your chars with an N'...'? like
> insert into foo (bar) values (n'baz');
>
> Rene
>
> --
> Recherchen im Schweizerischen Handelsamtsblatt:
> http://www.adp-gmbh.ch/SwissCompanies/Search.php3
Received on Mon Aug 13 2001 - 09:23:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US