Execute Oracle Insert statement in SSIS

RajKumar 101 Reputation points
2022-02-25T02:03:48.207+00:00

Hi All,

I have oracle source and destination tables and also I have insert statement (which dynamic dates in the where condition) which does the data extraction Oracle source and loads it to Oracle destination. I want to run oracle Insert statement in SSIS.

Please suggest the way.

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

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2022-02-25T02:48:08.273+00:00

    Hi @RajKumar ,

    You may use Microsoft OLE DB Provider for Oracle supported by Microsoft or Oracle Provider for OLE DB recommended by Microsoft to access the data in Oracle.

    And then you may directly use the OLE DB Connection Manager for OLE DB Command to use the insert statement.

    The following similar thread is for your reference:

    https://stackoverflow.com/questions/5168772/update-a-row-in-oracle-using-oledb-commandssis

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2022-02-25T08:25:41.057+00:00

    I want to run oracle Insert statement in SSIS.

    And where is the problem doing so? I created several SSIS package accessing Oracle as source and destination; works fine.

    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.