问题描述
我尝试使用VS2017社区和SSDT15.xxx进行表转换 - 从Oracle 11c源到SQL 2017目标。
使用Oracle Connection Manager和Oracle Source - 测试连接工作正常。
使用连接到本地SQL DB的OLE DB目的地,连接测试确定。
在中间添加了数据转换转换。 / p>
当我尝试运行包时,我收到错误:
异常反序列化包"值不在预期范围内。 " ;. (Microsoft.DataTransformationServices.VsIntegration)
有人能指出我正确的方向吗?可能是我的数据类型在源和目标之间不匹配吗?
**我第一次有一个SQL Server目的地,它提供了很多数据类型问题,但我没有得到它与OLE数据库目的地。
Im trying a table conversion with VS2017 Community and SSDT15.xxx - From an Oracle 11c source to SQL 2017 Destination.
Used an Oracle Connection Manager and Oracle Source - Test connection works fine.
Used a OLE DB Destination connected to my local SQL DB, connection test ok.
Added a data conversion transformation inbetween.
When i try to run the package I get the error:
Exception deserializing the package "Value does not fall within the expected range.". (Microsoft.DataTransformationServices.VsIntegration)
Can anyone point me in the right direction ? Could it be my data types not matching between source and destination ?
** I first had a SQL Server destination that gave a lot of data type issues, but i dont get that with the OLE DB Destination.
这篇关于Oracle到SQL数据转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!