Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to query a string in Hex or byte format
vwu_at_anacomp.com wrote:
> vwu_at_anacomp.com wrote:
>
>>Hi, >> >>I suspect the string I query is different than what it was actually >>stored in the database table since the NLS setting are different >>between the database server and the code page used for the display on >>the client machine, so how can I query a string such as a person's name >>in Hex or byte format. >> >>Thank You >>Vance
If characters are incorrectly stored in the database you almost certainly have a characterset mismatch. Check the characters you want to use in Locale Builder - this allows you to query charactersets to find out how characters are represented.
You didn't say what NLS_LANG is on the client; Oracle Net uses that to determine how to translate characters. The most likely explanation is that your NLS_LANG doesn't represent Ñ, since this is almost certainly represented in UTF8. Received on Wed Oct 19 2005 - 08:28:12 CDT
![]() |
![]() |