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,702 questions
Developer technologies C#
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 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 47,436 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.


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.