SSIS missing Oracle provider for OLEDB driver in connection manager

  • We are using oracle as data source for some SSIS packages.

    For package to work we need Oracle provider driver that downloaded from Oracle site.

    So I installed Oracle ODAC 32 client for oracle 12c named ODTwithODAC121010

    Then installed for 64 bits too, file name ODAC121010_X64.

    From oracle universal installer tool on the server, I can see both 32 bits and 64 bits Oracle provider for OLEDB are installed.

    But in SSIS visual studio tool, when I create a connection manager, I cannot see oracle provider on the list.

    What could be wrong?

  • I've usually had to manually register the dll. You could try that - Run regsvr32 YourPathTo\oraoledb12.dll

    Sue

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply