Reputation: 176
Whats the best way to migrate an existing Oracle database to a different charset?
I have searched through the Oracle Documentation and found two approaches, "Full Export and Import" and an ALTER DATABASE
.
Upvotes: 0
Views: 395
Reputation: 8905
Before you migrate use CSSCAN tool to find possible problems. http://www.oracle-base.com/articles/10g/CharacterSetMigration.php
Upvotes: 1