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: NLS character settings

Re: NLS character settings

From: Robert Gallas <gallasr_at_ustr.slposta.sk>
Date: 3 Mar 2004 23:27:16 -0800
Message-ID: <a71eecb6.0403032327.f5661c2@posting.google.com>


> Show us the exact statements you use for insert and select.
> How do you know you really inserted character with byte value 9E?
>
> Regards
> Michel Cadot

Hello Michel,

The statement is:
insert into foo(name) values('ž')

name is type of varchar. 'ž' is slovak character and when saved in plain file and viewing it through hex editor it shows 0x9E.

Regards
Robert Received on Thu Mar 04 2004 - 01:27:16 CST

Original text of this message

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