| 1. |
Describe In Brief Working Of Replication? |
|
Answer» At first data and object is synchronized between PUBLISHER and subscribers. The snapshot is created on the publisher and transmitted to subscribers. All the subsequent CHANGES on the publisher are stored in distribution database. SUBSCRIBER receives the data either using push or PULL mechanism as configured from distribution database. At first data and object is synchronized between publisher and subscribers. The snapshot is created on the publisher and transmitted to subscribers. All the subsequent changes on the publisher are stored in distribution database. Subscriber receives the data either using push or pull mechanism as configured from distribution database. |
|