Thiago Kronig
Thiago Kronig

Reputation: 176

Migrate an existing Oracle database to a different charset

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

Answers (1)

Rob van Laarhoven
Rob van Laarhoven

Reputation: 8905

Before you migrate use CSSCAN tool to find possible problems. http://www.oracle-base.com/articles/10g/CharacterSetMigration.php

Upvotes: 1

Related Questions