database characterset migration from WE8DEC to UTF8 [message #305545] |
Tue, 11 March 2008 04:28 |
orcl dba
Messages: 68 Registered: August 2005
|
Member |
|
|
Hi all,
We are planning to migrate our database characterset from WE8DEC to UTF8. Are there any tools available to accomplish this with minimum downtime? What is the best practice to do it?
Database version: 10.2.0.2
OS: SuSE 10.1
|
|
|
|
|
|
|
|
Re: database characterset migration from WE8DEC to UTF8 [message #305855 is a reply to message #305672] |
Wed, 12 March 2008 03:57 |
orcl dba
Messages: 68 Registered: August 2005
|
Member |
|
|
According to Oracle documentation(chapter 11 Character Set Migration),
"Migrating a Character Set Using the CSALTER Script
The CSALTER script is part of the Database Character Set Scanner utility. The CSALTER script is the most straightforward way to migrate a character set, but it can be used ONLY IF ALL OF THE SCHEMA DATA IS A STRICT SUBSET OF THE NEW CHARACTER SET.
The new character set is a strict superset of the current character set if:
* Each and every character in the current character set is available in the new character set.
* Each and every character in the current character set has the same code point value in the new character set. For example, many character sets are strict supersets of US7ASCII. "
|
|
|
|
|