Changing the database locale with dbimport
You can use the dbimport utility to change the locale of a database.
Procedure
To change the locale of a database:
- Set the DB_LOCALE environment variable to the name of the current database locale.
- Run dbexport on the database.
- Use the DROP DATABASE statement to drop the database that has the current locale name.
- Set the DB_LOCALE environment variable to the desired database locale for the database.
- Run dbimport to create a new database with the desired locale and import the data into this database.