From Oracle to SQL Server real time

  • Hi

    When certain data change in a Oracle table, I wish to move the changed data to a SQL Server immediately.

    Can Oracle trigger a call to a SSIS package, or to the SQL Server Agent.

    Is there other ways to call a SSIS package from Oracle when a change appears?

  • You might want to ask this in an Oracle forum.

    The question is related to the source (Oracle) and not to the target (SSIS or SQL Server).

    Anyhow, the solution won't be "real time" just "near time".

    If the source would have been SQL Server I probalby would use Query Notification. Not sure, if such a technology is available in Oracle.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

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

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