dbTalk Databases Forums  

'special' characters getting changed during SQL Server -> Oracle migration

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss 'special' characters getting changed during SQL Server -> Oracle migration in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jainamber@gmail.com
 
Posts: n/a

Default 'special' characters getting changed during SQL Server -> Oracle migration - 10-05-2005 , 03:30 PM






Hi,
I am running a DTS package on the local SQL Server DB to insert
data from an SQL Server table (remote DB) into an Oracle table (remote
DB). The Oracle and SQL Server DBs are on different machines. During
this process the special character (with a dash over 'e', ascii: 138)
is getting changed to 'h'. Both the fields are nvarchar(255). It led me
to think that the error is coming from the migration of special
characters from an Oracle DB to SQL Server DB.

Just to confirm my doubts, when I tried to insert the data into the
local SQL Server table from the remote SQL Server DB, the special
characters were inserted just fine, so I believe the above error is due
to different settings on the SQL Server and Oracle DBs, but I dont know
what exactly it is.

If you have come across such a situation or know the solution to this
problem, your help will be greatly appreciated.

Thanks,

Amber


Reply With Quote
  #2  
Old   
jainamber@gmail.com
 
Posts: n/a

Default Re: 'special' characters getting changed during SQL Server -> Oracle migration - 10-05-2005 , 03:33 PM






Well, I just found out that those special characters are UNICODE
charcters and have ascii value (> 127). I dont know if that helps you
in finding the solution.

Thanks,

Amber


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.