Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: NLS character settings
> 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