SSIS Commit problem

  • Hi all,

    I encountered the following problem:

    I have a package that has the following:

    - on pre execute: "Execute SQL task" - this will update a particular status table (oracle)

    - Package will read data from the source - clean the data - and store the data to a destination (sql server)

    - on post execute - "Execute SQL task" - this will update a particular status table (oracle)

    my problem is that the "execute sql task" doesnt seem to commit itself.

    A very dirty workaround is that I manually do a "commit" of the table and re-run the process.

    Is there a way were i can "commit" the SQL Task after it is executed?

    Thanks in advance

  • Hi again,

    I just noticed that its an oracle issue, where auto commit is not done when doing a manual update or so.

    This being said, the SQL task is successfully updating oracle with no problems.

    Sorry for the inconvience

    Thanks

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply