Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent! Change Character Set from WE8IS088591 to UTF8
With 8.1.6, you may go through an extensive check with the data in all the character columns in your database to verify the compatibility and then use 'alter database nls_characterset = UTF8'
Zhong
It's another beautiful day!
-----Original Message-----
From: Anne Yu [mailto:AYu_at_sos.state.tx.us]
Sent: Wednesday, February 14, 2001 6:11 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Urgent! Change Character Set from WE8IS088591 to UTF8
To change Character Set, You need to recreate the database.
Correct me if I'm Wrong.
-----Original Message-----
Sent: Wednesday, February 14, 2001 4:31 AM
To: Multiple recipients of list ORACLE-L
i once hear someone said that:
update sys.props$ set value='utf8' where name ='NLS_characterset';
and it seems it do work,but not konw whether it is legal,and no experience
in production database.
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Wednesday, February 14, 2001 7:40 AM
> I have a 8.1.6.0.0 database.
>
> What is the best way to change Character Set from WE8ISO8859P1 to UTF8
>
> from:>
> NLS_CHARACTERSET WE8ISO8859P1
> INET: ltaylor_at_iq.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Anne Yu INET: AYu_at_sos.state.tx.us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 14 2001 - 12:37:27 CST