InterviewSolution
Saved Bookmarks
| 1. |
What Is Stream Replication? |
|
Answer» Stream replication uses the information available in redo logs to synchronize DATA between two servers. The CAPTURE process captures the CHANGES at SOURCE, and the changes are transported to the target database, which generates the transactions and the apply process applies those transactions. Stream replication uses the information available in redo logs to synchronize data between two servers. The capture process captures the changes at source, and the changes are transported to the target database, which generates the transactions and the apply process applies those transactions. |
|