Oracle OLE DB Provider not Listed in SSIS

血红的双手。 提交于 2019-12-12 12:04:53

问题


I'm having an issue with SSIS and VS2015 CM.

I have a package that needs to connetc with Oracle to get some data. I installed the ODAC for Win64 and the Oracle client but I can't see the Oracle provider for OLE DB listed in the providers list.

Although I can see the Microsoft OLE DB provider for Oracle it doesn't work when I try to use that provider either.

What should I do to get the Oracle OLE DB provider listed?


回答1:


You have to download and install the Oracle Data Access Components (ODAC) 32-bit:

Download Link

  • 32-bit Oracle Data Access Components (ODAC) and NuGet Downloads

Helpful Links

  • Oracle Provider for OLE DB Releasse notes
  • Oracle Provider for OLE DB


来源:https://stackoverflow.com/questions/45111512/oracle-ole-db-provider-not-listed-in-ssis

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