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

Deployment Requirements

Deployment Requirements

Before you deploy a configuration or configuration changes, ensure that the following requirements are met:
  • For a remote deployment, ensure that all components in both environments use the same version of Data Replication. If one environment uses an earlier Data Replication version, upgrade that Data Replication installation.
  • The mapped source and target tables must exist in the destination environment. Also, the source and target table definitions must be the same in both environments.
  • You can replace the schema names from the original environment during the initial configuration deployment. However, do not replace a single schema name with multiple schema names or replace multiple schema names with a single schema name. When defining schema replacement rules, ensure that each schema in the original environment corresponds to a single schema in the destination environment.
    If the schemas are different, the new configuration in the destination environment includes only the column mappings that exist in the tables in both environments. In this case, the column positions in the new configuration might be incorrect. You can save the new configuration to update the column positions so that data can be replicated accurately in the destination environment.
  • If Oracle source and target tables contain any columns defined as UNUSED, these columns must be the same in both environments. Unused columns are defined by executing the ALTER TABLE
    table
    SET UNUSED
    column
    statement.

0 COMMENTS

We’d like to hear from you!