August 2, 2007 at 1:44 pm
August 3, 2007 at 3:06 am
It's the mapping SSIS uses. There is a XML file in the SSIS root which hopes the data type mappings. (Don't fiddle with the file)
You can open up the advanced editor of the connection object and change the data types in it.
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
August 3, 2007 at 5:27 am
Thanks Crispin,
What I've discovered is that the Oracle system IS set to Unicode. Not being familiar with Oracle, I expected that a VARCHAR2 was non-unicode, and that a unicode field would be NVARCHAR2. However, if I understand the documentation correctly, the setting is set at a database level, and for this database, it is set to UTF8 - which is unicode.
So, at the end of the day, my source system is Unicode but the destination is not (there won't be anything but English, so it's not a real big deal). We've made the decision to convert every field - painful!
Hope this helps someone else...
- Jim
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply