November 15, 2013 at 2:21 pm
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?
November 17, 2013 at 4:12 am
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.
November 17, 2013 at 5:33 am
Why SSIS, try a replication? Check this:
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply