Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 994
MagdielAybar Avatar asked Jul 14 '17 20:07

MagdielAybar


People also ask

What is Oracle provider for OLE DB?

The Oracle Provider for OLE DB allows high performance and reliable access to Oracle databases for ADO- or OLE DB-enabled applications. Current ADO and OLE DB programmers can easily migrate to the Oracle provider because it complies with the OLE DB specification.

Can we connect SSIS to Oracle database?

Connecting to Oracle in SSIS is a two-step process. First you install the Oracle client software, and then you use the OLE DB provider in SSIS to connect to Oracle. To be sure, the Microsoft Data Access Components (MDAC) that comes with the operating system include an OLE DB provider for Oracle.


1 Answers

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
like image 192
Hadi Avatar answered Sep 28 '22 06:09

Hadi