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

Target Connectivity for Data Load Operations

The utilities that InitialSync can use to connect to the target to load data depends on the target type and some parameter settings.
For most targets, InitialSync can use either a native load utility or the appropriate ODBC driver to load data. If possible, InitialSync uses the native load utility for better performance. If you want to use the ODBC driver instead of the target load utility, run InitialSync with the DIRECT command line parameter set to n or set the
initial.enforce_odbc_load
runtime parameter to 1 in the configuration.
With the default parameter settings, InitialSync uses the OCI library to load data to Oracle targets and a native database load utility to load data to other targets if a load utility is available for the target type.
You cannot use the
initial.enforce_odbc_load
runtime parameter or the DIRECT command line parameter to force InitialSync to use the ODBC driver for the following targets:
  • Amazon Redshift
  • Microsoft SQL Server
  • Oracle
  • PostgreSQL
  • Teradata
For these targets, InitialSync switches between a native database load utility and an ODBC driver automatically when necessary.
The following table describes the load utilities and ODBC drivers that InitialSync uses to load data to different target types:
Target
Native Load Utility
ODBC Driver or OCI Library
Amazon Redshift
InitialSync uses the LibPQ library to load data.
On Windows, InitialSync uses the PostgreSQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for Greenplum that Data Replication provides.
DB2 for Linux, UNIX, and Windows
Not supported.
On Windows, InitialSync uses the IBM DB2 ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for DB2 for Linux, UNIX, and Windows that Data Replication provides.
Greenplum
InitialSync uses the LibPQ library to load data.
On Windows, InitialSync uses the Greenplum ODBC driver or the PostgreSQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for Greenplum that Data Replication supplies.
MemSQL
On Windows, InitialSync uses the MySQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for MySQL that Data Replication provides.
On Windows, InitialSync uses the MySQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for MySQL that Data Replication provides.
Microsoft SQL Server
On Windows, InitialSync uses Bulk Copy Program (BCP) to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for Microsoft SQL Server that Data Replication provides.
On Windows, InitialSync uses the ODBC driver that the SQL Server Native Client provides.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for Microsoft SQL Server that Data Replication provides.
MySQL
On Windows, InitialSync uses the MySQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for MySQL that Data Replication provides.
On Windows, InitialSync uses the MySQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for MySQL that Data Replication provides.
Netezza
On Windows, InitialSync uses external tables with the Netezza ODBC driver to load data.
On Linux and UNIX, InitialSync uses external tables with the DataDirect ODBC driver for Netezza.
Not supported.
Oracle
InitialSync uses the OCI direct path load interface to load data. For replication from Oracle sources to Oracle targets, InitialSync can alternatively use DBLinks to unload data.
InitialSync uses the OCI library to load data. For replication from Oracle sources to Oracle targets, InitialSync can alternatively use DBLinks to unload data.
PostgreSQL
InitialSync uses the LibPQ library to load data.
On Windows, InitialSync uses the Greenplum ODBC driver or PostgreSQL ODBC driver to load data.
On Linux and UNIX, InitialSync uses the DataDirect ODBC driver for Greenplum that Data Replication provides.
Teradata
InitialSync uses the TPT Load Operator with the Teradata ODBC driver to load data.
InitialSync uses the Teradata ODBC driver to load data.
Vertica
InitialSync uses the LibPQ library to load data.
Not supported.

0 COMMENTS

We’d like to hear from you!