Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Converting ISO8859p1 to UTF8.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
|||Cypher|||  
View profile  
 More options Mar 10 2004, 5:43 am
Newsgroups: comp.databases.oracle.server
From: "|||Cypher|||" <ocotassonATnetcourrierDOTcom>
Date: Wed, 10 Mar 2004 11:49:56 +0100
Local: Wed, Mar 10 2004 5:49 am
Subject: Converting ISO8859p1 to UTF8.
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Cave  
View profile  
 More options Mar 10 2004, 6:08 pm
Newsgroups: comp.databases.oracle.server
From: jc...@ddbcinc.com (Justin Cave)
Date: 10 Mar 2004 15:08:05 -0800
Local: Wed, Mar 10 2004 6:08 pm
Subject: Re: Converting ISO8859p1 to UTF8.

"|||Cypher|||" <ocotassonATnetcourrierDOTcom> wrote in message <news:404ef148$0$305$626a14ce@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.

If the data is valid ISO-8859-1 encoded data, it should be no problem
to import it into a UTF-8 database-- UTF-8 can encode every character
that ISO-8859-1 can plus a lot more characters.  If there are
problems, my first concern would be that the data in the ISO-8859-1
database is corrupt and is not actually encoded in the ISO-8859-1
character set.  Are you sure that the data in the database is actually
ISO-8859-1 encoded data?  Are you storing anything other than English
or Western European data?

If data corruption isn't the problem, how are you moving the data
between the databases?

Justin Cave
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anurag Varma  
View profile  
 More options Mar 10 2004, 7:57 pm
Newsgroups: comp.databases.oracle.server
From: "Anurag Varma" <av...@hotmail.com>
Date: Thu, 11 Mar 2004 00:57:02 GMT
Local: Wed, Mar 10 2004 7:57 pm
Subject: Re: Converting ISO8859p1 to UTF8.

"|||Cypher|||" <ocotassonATnetcourrierDOTcom> wrote in message

news:404ef148$0$305$626a14ce@news.free.fr...

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
barryt  
View profile  
 More options Mar 10 2004, 8:12 pm
Newsgroups: comp.databases.oracle.server
From: barry.tr...@oracle.com (barryt)
Date: 10 Mar 2004 17:12:06 -0800
Local: Wed, Mar 10 2004 8:12 pm
Subject: Re: Converting ISO8859p1 to UTF8.

"|||Cypher|||" <ocotassonATnetcourrierDOTcom> wrote in message <news:404ef148$0$305$626a14ce@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.

Hi,

Normally an export from P1 to UTF-8 should not have conversion
problems though truncation can occur as 8 bit characters are converted
to 2 bytes in UTF-8.  Ofthen though invalid data does get into the
database and can not be properly converted.  To understand the issues
and the possilble solutions take a look at the following white paper
which can be found on the OTN globalization home page at:
http://otn.oracle.com/tech/globalization/pdf/mwp.pdf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »