To continue reading for free, register below or login
To read more you must become a member of SearchOracle.com
');
// -->

The simplistic way for you to achieve this is to timestamp DML activity on SQL Server tables. On the Oracle side, keep a small control table tracking when you last refreshed a particular table, and then simply extract the relevant data using Oracle Hetrogeneous Services. You can poll SQL server as often as you like giving near real-time synchronization. There may be a more advanced way within SQL Server to call Oracle stored procedures.
|