Oracle OLE DB Provider not Listed in SSIS
Asked Answered
F

2

6

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?

Fisherman answered 14/7, 2017 at 20:58 Comment(2)
What is the error that you are getting when you try to use 'Microsoft OLE DB Provider for Oracle'?Megrims
The error I get is: The specified provider is not supported. Please choose different provider in connection manager.Fisherman
C
3

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

Download Link

Helpful Links

Cordova answered 14/7, 2017 at 21:42 Comment(2)
I installed it and it didn't worked. Anything else I can try?Fisherman
@Fisherman oracle.com/technetwork/developer-tools/visual-studio/downloads/…Cordova
T
3

Only this install worked for me (for Visual Studio 2017): https://www.oracle.com/database/technologies/dotnet-utilsoft-downloads.html

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

Tarazi answered 21/4, 2020 at 14:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.