Originally posted by jack9190
U cannot change the character set after creating the db.
That's not true. You can change the character set.

Example:
Code:
alter database character set UTF8;
Check Metalink Note:123670.1