Conversion of Oracle UTF-8 to SQL Server Unicode
- From: pdshotts@xxxxxxxxx
- Date: 6 Aug 2006 05:18:40 -0700
I have to load text data from an Oracle 9i database into a SQL Server
database. The Oracle database's language is defined as UTF-8, and
includes far-Eastern language characters (Korean, Chinese etc).
In my DTS package the Oracle database connection is "Microsoft ODBC
Driver for Oracle". The Transform Data Task does not seem to recognise
the UTF-8 format, and copies the text into the nvarchar columns in the
SQL Server database without conversion to Unicode.
Is there another type of connection that I can use where I can define
the source locale as UTF-8, or alternatively an ActiveX script that
will convert the UTF-8 characters to Unicode?
.
- Follow-Ups:
- Re: Conversion of Oracle UTF-8 to SQL Server Unicode
- From: Norman Kelm
- Re: Conversion of Oracle UTF-8 to SQL Server Unicode
- Prev by Date: Re: header row in bcp
- Next by Date: Re: Conversion of Oracle UTF-8 to SQL Server Unicode
- Previous by thread: Re: header row in bcp
- Next by thread: Re: Conversion of Oracle UTF-8 to SQL Server Unicode
- Index(es):
Relevant Pages
|