Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> CHARACTER SET CONVERSION

CHARACTER SET CONVERSION

From: Harvinder Singh <Harvinder.Singh_at_MetraTech.com>
Date: Fri, 02 Nov 2001 07:11:13 -0800
Message-ID: <F001.003BB53D.20011102070600@fatcity.com>

Hi,

I am putting this question again but we need little more input...

We are currently using database character set WE8ISO8859P1. As we are storing unicode data using NVARCHAR2 ..and we are having some problem with ODBC hadling NVARCHAR2...
So we decided to move to character set UTF8 so that we can store unicode data in varchar2 datatype....
what are stps we need to follow so that existing data is also UTF8 COMPLIANT........

  1. Can we use alter database command to change the character set or we need to use EXPORT/IMPORT Utility.
  2. Do i need to change all the existing varchar2 preicsion to 3 times their present value example varchar2(10) to varchar2(30) OR only those columns which wil store unicode data......
  3. will it be possible to import data into column defined as varchar2 with UTF8 Character set which was NVARCHAR2 in export with WE8ISO8859P1 character set..
  4. Do we need to change the NLS_LANG on each client machine to use UTF8 or only the database character set.......

Thanks
-Harvinder
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Harvinder Singh
  INET: Harvinder.Singh_at_MetraTech.com

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 Fri Nov 02 2001 - 09:11:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US