Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Recommended Stretagy for Bi-Directional SQL DB Synchronization
Hi,
Our company is an independent Voice applications solution provider with number clients using our suite. We have a CT application suite which is running with Application Server and SQL Server 7 / 2000 as DB Engines at the back end.
The SQL server has two databases configured:
Logging Database - Massive updates every second, the data grows rapidly,
Configuration Database - Generally small-sized and updated occasionally.
Now we want to have the reslience implemented on the server. We have to synchronize the two databases 'real-timely' and in 'efficient' manner, so that if Primary server or its Databases gets unavailable, the users are seamlessly switched over to the Secondry server that will have its own set of data updated and well synchronized.
Typically, it can be explained as follows:
Our requirements are:
Our concern is, observing the above scenario, how any of your SQL server replication strategy can help us achieve the requirements.
Thanks
John
Received on Fri Feb 11 2005 - 07:59:28 CST