If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Is it possible to change codeset of a database.
How to save data? May be backup and restore into new codeset.
But i didn't find any 'codeset' word in restore database syntax.
I do not think you can change the codeset of a database, even creating a new DB from a backup image. The only way you can do this is to create a new DB with the codeset you want. Then you will have to copy the data into it manually (db2move).