Hi all.
I have a need to replicate data across heterogenious data sources.
Fortunately within our enterprise each of our replication needs are
uni-directional, i.e., one master.
This is not a data warehouse project so ETL/BI is not required. I'm
looking for a package that does basic database replication with the
following requirements:
1. Can pump data to & from several different data sources (Oracle,
SQLServer)
2. Can be customizable in how it determines deltas in the source table
for incremental updates (adds/deletes/changes)
3. Completely schedulable through an interface
4. Supports retries
5. Can do incremental updates and full updates of tables
TIA
Ed Prochak - 25 May 2005 17:52 GMT
have you checked the features of database products you already use?
ORACLE has a lot of the functionality you are looking for.
HTH,
ed