Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Unicode conversion
<debu_at_rheal.com> wrote in message
news:1107268618.143081.181840_at_c13g2000cwb.googlegroups.com...
> Hi,
>
> I am working on conversion of existing Oracle database character set to
> UTF8, I want to convert existing longraw column from a language
> specified locale and converts it to Unicode, I want to write a
> conversion program in dot net to do it. What is the best way of doing
> it? Is there any other way that could be achived?
>
> Any information provided will be greatly appreciated.
> Thanks in advance,
>
> Debu
>
long raw is a binary field and thus has nothing to do with character
conversions. If you are using a long raw as a character then you are nuts.
Jim
Received on Tue Feb 01 2005 - 21:41:40 CST