Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Unicode
>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.php3Received on Fri Aug 10 2001 - 06:37:22 CDT
![]() |
![]() |