Delimited database replication (between different types of DBMS)

I'm looking for a recommendation for a product that allows replication between different database systems. We're just looking for standard replication (copy this table here and apply transactions as they occur) - nothing fancy.

We cannot use built-in database replication because our origin server (Tandem / NSK) does not support any kind of push replication. We've used GoldenGate ( http://www.goldengate.com/ ), but I'm interested in other options. If relevant, the destination server is an MSSQL field.

I know it's expensive, so I'm not just interested in free products, and I would prefer something with professional support. If you have experience with a product like GoldenGate I would love to hear it as I believe there must be other products on the market that do what GoldenGate does.

+2


source to share


1 answer


SymmetricDS might be your solution. It synchronizes various types of RDBMS, but it uses database triggers and is Java based. It was built for most of the distributed and possibly disconnected environment, but will work for point-to-point replication.



+2


source







All Articles