Home |
Previous Page | Next Page Data Migration Utilities > The dbexport and dbimport Utilities >
You can use dbimport to change the locale
of a database.
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.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]