Oracle provider for Oledb missing in VS 2015 Shell

岁酱吖の 提交于 2019-11-29 16:13:49

The recommended way to connect to Oracle from SSIS is using Attunity Connectors with guarantee high performance and are easy to use. If you choose to work with Oracle Provider for OLEDB than you should download Oracle Data Access Components (ODAC) and the Oracle Visual Studio Tools.

In this answer i will provide detailed information about how to connect to Oracle from SSIS and i will provide some links to the solution for your issue


There are many way to connect to oracle from SSIS:

(1) Oracle Provider for OLEDB

Which is a part of the Oracle Data Access Components (ODAC)

The following link contains a similar issue:

(2) Microsoft OLEDB Provider for Oracle

Which is a part from Microsoft Data Access Components (MDAC)

This feature will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Instead, use Oracle's OLE DB provider.

(3) Oracle Attunity connectors

Attunity's high speed connectors for Oracle and Teradata have been selected by Microsoft to be included with SQL Server Integration Services (SSIS).


Discussion


Other helpful links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!