db replication issue-help [message #75114] |
Fri, 19 October 2001 14:17 |
I am out there!
Messages: 1 Registered: October 2001
|
Junior Member |
|
|
We met huge problems in our database! we have two databases, each will be required to replicate to each other real time. Our stupid ex-DBA created three stupid columns in each table which are rep_time, rep_site, and rep_id. The problem is each time when we need to alter any table, we need to stop the replication. And cause huge pain for us. Is there any good way to accomplish the same goal without those stupid columns in each table? Thanks a lot in advance.
----------------------------------------------------------------------
|
|
|
Re: db replication issue-help [message #75132 is a reply to message #75114] |
Thu, 03 January 2002 21:29 |
You out there
Messages: 1 Registered: January 2002
|
Junior Member |
|
|
I think u should use synchronous data propagation in advance replication method. This synchronous data propagation is as same as real-tile replication, U can configure this without adding up any columns to your tables
----------------------------------------------------------------------
|
|
|