|
|
|
Re: Change the character set after database creation [message #313538 is a reply to message #313522] |
Sun, 13 April 2008 08:51 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
There can be so many reasons you have not valid characters in your database that it is impossible to answer.
Wrong client OS character set
Wrong client NLS_LANG
Wrong server OS character set
Wrong database character set (this is for sure)
Wrong server NLS_LANG
Same thing for application server if you have n-tiers application
...
In all cases, you have to recreate a database with the correct character set and fix the data that will without no doubt come wrong.
Regards
Michel
[Updated on: Sun, 13 April 2008 08:52] Report message to a moderator
|
|
|