Oracle Connector missing in VS 2019

Annie01 26 Reputation points
2022-10-22T17:03:57.07+00:00

I need to convert our existing 2017 SSIS packages to 2019. Many of these connect to Oracle 19c dbs. In VS2017 we used the Attunity connector successfully.

I currently have VS2017 and VS2019 installed on my development machine to allow me to work through the conversion.

I have installed VS2019 with the required extensions and have 32 & 64bit Oracle drivers installed, but I do not have Oracle source and destinations in my SSIS toolbox. Neither do I have an Oracle connection option in my Connection Manager. I can successfully create connections to Oracle via ODBC and OLEDB but both of these options are problematic for our existing solutions.

I manually installed the MS Oracle connector (32 &64 bit) even though I understand that it should come with the VS2019 SSIS extension out of the box, but I'm still not seeing the connector in VS2019 as described in this article:

https://learn.microsoft.com/en-us/sql/integration-services/data-flow/oracle-connection-manager?view=sql-server-ver15

Any ideas on how to resolve this?

TIA

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
568 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yitzhak Khabinsky 26,586 Reputation points
    2022-10-23T11:58:21.347+00:00

    Hi @Annie01 ,

    Just make sure that you installed SQL Server Integration Services Projects extension v.3.16

    And uninstall any 4.* version of it.


2 additional answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2022-10-24T01:23:13.59+00:00

    Hi @Annie01 ,

    Please note that SQL Server Integration Services Projects 4. versions* are not support Oracle connector yet.

    Please try to use version3.16: https://ssis.gallerycdn.vsassets.io/extensions/ssis/sqlserverintegrationservicesprojects/3.16/1645603822968/Microsoft.DataTools.IntegrationServices.exe

    Don't forget to re-start VS after you installed the Microsoft Connector for Oracle.

    The oracle source and oracle destination will appear in common component.

    243156-image.png

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

  2. Annie01 26 Reputation points
    2022-10-24T13:31:14.807+00:00

    Thank you for the response.
    It took a couple of reboots but uninstalling 4.2 and installing 3.16 did the trick.
    I particularly appreciate the direct link to the appropriate version Zoe - thank you!

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.