Oracle OLE DB Provider not Listed in SSIS

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

I have a package that needs to connect 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.

enter image description here

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

2

2 Answers

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

Download Link

Helpful Links

2

Only this install worked for me (for Visual Studio 2017):

Other ways to install OLEDB provider from multiple forums didn't work.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like