Re: change character set for databases
Posted by: Alexander Barkov
Date: May 07, 2005 09:11AM

ALTER DATABASE changes only default charset, it does not
alter the tables.

You need to run this query in a loop:

for each table
ALTER TABLE table_XXX CONVERT TO CHARACTER SET utf8 COLLATE utf8_persian_ci;

Options: ReplyQuote


Subject
Views
Written By
Posted
59561
September 27, 2004 05:06AM
Re: change character set for databases
23589
May 07, 2005 09:11AM


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.