Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: CHARACTER SET CONVERSION
Why first don't you try with character scanner utility if you have 8.1.7 ?. Just to see which approach has to be taken. In the end you would find whether you can use or not alter database character set command or not.
Regards.
--- Ruth Gramolini <rgramolini_at_tax.state.vt.us> wrote:
> If the character set you are going to is a superset
> of the old characterset
> then you won't have to do anything. If it is not,
> you will have to export
> and import the database to have the new characterset
> be good for all ot the
> data.
>
> HTH,
> Ruth
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L"
> <ORACLE-L_at_fatcity.com>
> Sent: Friday, November 02, 2001 10:06 AM
>
>
> > 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
> >
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Christian Trassens INET: ctrassens_at_yahoo.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 Sat Nov 03 2001 - 09:28:33 CST
![]() |
![]() |