Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Converting ISO8859p1 to UTF8.
"|||Cypher|||" <ocotassonATnetcourrierDOTcom> wrote in message
news:404ef148$0$305$626a14ce_at_news.free.fr...
> Hi Oracle Gurus & fellows.
>
> I have to export a Oracle DB (schema I should say) which character set is
> "we8iso8859p1" into an existing instance encoded in UTF-8.
>
> This generate data inconsistency and, therefore data loss.
> I did not find a way out so far. Neither did DBAs in my company .
>
> Did some of you come across such a problem ?
> Is there a way to solve it ? If so, please drop me a hint.
>
> Regards.
>
>
> --
> Olivier
> http://e-cologis.com
> French free find-a-roommate service.
>
export with NLS_LANG set to we8iso8859p1 ... and import with NLS_LANG set to we8iso8859p1.
What are you setting the NLS_LANG to while exp/imp?
Anurag Received on Wed Mar 10 2004 - 18:57:02 CST