Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Replication from a Single Source to Multiple Targets

You can replicate data from a single source database to multiple target databases on different systems.
This topology is not supported for Amazon Redshift or Apache Kafka targets.
Typically, you install Data Replication on the source system and on each target system. On the source machine, run an Extractor task and a Server Manager instance. On each target machine, run an Applier task and a Server Manager instance. Each target requires a separate Applier task and Server Manager instance.
If the resources on a target machine are constrained, you can run the Applier task and Server Manager instance for that target on another machine that can access the target database by using the native target database connectivity client or and ODBC driver.
One of the target databases is considered to be the
primary target database
. The other
secondary target databases
must be the same target type as the primary target. Also, all of the mapped target tables must have identical schema definitions. However, the target schemas can have different names.
The primary target database is defined on the
Target Database
tab in the Data Replication Console. The secondary target databases are defined on the
Routing
tab in the same replication configuration.
The following image shows a typical topology that includes three targets, each with an Applier task and Server Manager instance, and the Data Replication Console on a standalone machine:
Single Source to Multiple Targets Topology

0 COMMENTS

We’d like to hear from you!