Support/certification question on SSIS 2019 and Oracle connector

SarahC 21 Reputation points
2021-06-11T19:36:50.657+00:00

Based on Microsoft doc (oracle-connector), it looks like the connector for 2019 is compatible with Oracle DB versions 10-19c.

However, when looking at the connector needed for use with SQL server 2016, it states 10, 11 and 12c versions.

Can anyone clarify that the Oracle connector used with SQL server 2019 integration services is supported with both 12c and 19c?

Thanks in advance!

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,561 questions
{count} votes

Accepted answer
  1. CarrinWu-MSFT 6,871 Reputation points
    2021-06-14T02:13:04.027+00:00

    Hi @SarahC ,

    Welcome to Microsoft Q&A!

    According the document, it's supported. But there has a limitation that views are not listed under Oracle source Name of the table or the view. As work-around, use the SQL command and do a select * from view, or set view name to property [Oracle Source].[TableName] in Advanced Editor. Please refer to Microsoft Connector for Oracle is released for SQL Server 2019 Preview to get more information. By the way, does there have any errors when you make a connection?

    Best regards,
    Carrin


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 25,846 Reputation points
    2021-06-11T19:50:18.873+00:00

    Hi @SarahC ,

    First of all, the SSIS Microsoft Connector for Oracle requires SSIS 2019.

    Supported Oracle versions:

    • Oracle 10.x
    • Oracle 11.x
    • Oracle 12c
    • Oracle 18c (without Windows Authentication support)
    • Oracle 19c (without Windows Authentication support)

    It is documented here: oracle-connector Oracle versions support

    Oracle client is not required for Microsoft Connector for Oracle database in SQL Server 2019.

    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.