BI备忘录

BI,SSIS,SSAS,SSRS
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

SSIS:在SSIS2008中使用Attunity连接Oracle的一些问题

Posted on 2010-09-29 00:13  安德鲁  阅读(846)  评论(0)    收藏  举报

1.可能出现的错误:

SQL Server 2008’s Oracle destination fast load option may fail if certain Oracle system views are missing

(http://sqlcat.com/msdnmirror/archive/2009/03/03/sql-server-2008-s-oracle-destination-fast-load-option-may-fail-if-certain-oracle-system-views-are-missing.aspx)

 

2.配置

Configuring Attunity Connector to Bulk Insert Data to Oracle using SSIS

(http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/04/12/configuring-attunity-connector-to-bulk-insert-data-to-oracle-using-ssis.aspx)

其中注意一点:
“The Oracle Destination component doesn't support mapping input column of type different than the destination column type.“

 

 

 

更新中……