Re: Going all UTF-8
For 4.1, you can use ALTER TABLE to change the character set of the table or specific columns.
Be careful with it, it will convert the data from the old character set to the new character set you specified, example from latin1 to utf8, conversion is automatic.
Recommended to do a backup before trying this.
Subject
Views
Written By
Posted
3652
May 16, 2005 07:01AM
Re: Going all UTF-8
2162
May 17, 2005 02:20AM
2234
May 17, 2005 04:50AM
2100
May 20, 2005 04:47PM
2866
May 20, 2005 09:19PM
1993
May 23, 2005 04:15AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.