Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: character set migration

RE: character set migration

From: Jeroen van Sluisdam <jeroen.van.sluisdam_at_thomascook.nl>
Date: Tue, 8 Nov 2005 08:28:19 +0100
Message-ID: <CE3C56B174C83D4597F5FB69CB0FAEDF2A6515@pedro.vrijuit.nl>


Tnx to all for your advice, steps to take are clear now. I am waiting for an answer of the bussiness on a proposed workaround (just use E. for a euro sign). If they say no I will proceed as suggested and otherwise I will
leave the characterset as it is.  

Tnx again,  

Jeroen


Van: Justin Cave (DDBC) [mailto:jcave_at_ddbcinc.com] Verzonden: Friday, November 04, 2005 17:27 Aan: jeroen.van.sluisdam_at_thomascook.nl; oracle-l_at_freelists.org Onderwerp: RE: character set migration

The Globalization Support Guide lists the character set subsets and supersets  

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/appa.htm #974236
<http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/appa.ht m#974236>  

Unfortunately, ISO 8859-15 is not a strict binary superset of ISO 8859-1, so a direct ALTER DATABASE is not possible. Doing an export and import would be the preferred solution (though there are some unsupported "work arounds" that may be possible).  

Make sure that you run the Oracle character set scanner before making any changes to your character set to ensure that you don't corrupt your data.  

Justin Cave <jcave_at_ddbcinc.com>

Distributed Database Consulting, Inc.

http://www.ddbcinc.com


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jeroen van Sluisdam
Sent: Friday, November 04, 2005 11:13 AM To: oracle-l_at_freelists.org
Subject: character set migration    

Hi,

I encountered the demand to store the euro sign. With the current character set impossible.
So I have to migrate to a new one. Docs state alter database character set is possible when new character set is a superset.

Alternative is to export and import which is not a realistic at this time for this organization.
I have 2 questions:
1) My current character set is WE8ISO8859P1, I understood WE8ISO8859P15 does contain the euro
sign but is this a superset?
2) Any experiences with alter database character set? Is this a solution without risks? I have about 3 tables
with either long or clob type fields so I might have to export and import those only, but these are not about currencies so

should I export those?

Hope you can shed some light on this,

Tnx,

Jeroen

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Nov 08 2005 - 01:32:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US