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 Considerations for DB2 for Linux, UNIX, and Windows Targets

Replication Considerations for DB2 for Linux, UNIX, and Windows Targets

Review the following replication considerations for DB2 targets:
  • DB2 targets use a period (.) as the decimal separator to store float values. If you run an Applier or InitialSync task that uses the ODBC driver, ensure that the
    db2.odbc.enable_decimal_period
    runtime parameter is set to 1. If you set this parameter to 0, the ODBC driver uses the decimal separator that corresponds to the system locale settings. If the system locale settings use a decimal separator other than the period (.), the Applier and initialSync task cannot load float values to the target.
  • If a DB2 target table does not contain a primary key or unique index, ensure that distribution by tables is set in one of the following ways:
    • On the
      Map Columns
      tab, select the
      Distribute by tables
      option.
    • On the
      Map Tables
      tab, click
      Settings
      to open the
      Customize Settings for the Selected Tables
      window. In the
      Distribute By
      column, select
      Tables
      .
    Distribution by tables is the default option for DB2, Microsoft SQL Server, and Merge Apply targets. For Oracle targets, the default is distribution by rows.

0 COMMENTS

We’d like to hear from you!