How to add "Microsoft Connector for Oracle" to SSIS package programmatically via C#

Ken Mazur 1 Reputation point
2022-09-26T21:12:01.477+00:00

I've not been able to successfully load an Microsoft Oracle Connector via C# script SSIS package generation. I can do it for OLEDB, no issue. How do I go about doing that same thing for Oracle?

Thanks
Ken Mazur

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,452 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,243 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 32,821 Reputation points
    2022-09-27T06:52:16.683+00:00

    Hi @Ken Mazur ,

    I did some online research that there is no sample code to add Microsoft Connector for Oracle via C#.

    You may refer to Connecting to Oracle Database through C# about connect to oracle database with Oracle.DataAccess.dll.

    Regards,

    Zoe Hui


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


  2. Olaf Helper 40,816 Reputation points
    2022-09-28T09:37:05.507+00:00

    I've not been able to successfully load an Microsoft Oracle Connector via C# script SSIS

    How do you "load" the connection and which error message do you get? "Not able" is nothing we could work on.