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

Generating Target Tables and Audit Log Tables

Generating Target Tables and Audit Log Tables

For data replication jobs, the target table structure must be compatible with the source table structure.
The source and target columns must have compatible datatypes. Also, Informatica recommends that the names of source tables and columns match the names of the target tables and columns.
In the Data Replication Console, you can perform the following tasks:
  • Generate target tables and audit log tables based on the source or target table schemas.
  • Generate SQL CREATE TABLE scripts that you can run later to create target tables and audit log tables based on the source or target table schemas.
If the source and target database types are different, Data Replication uses the rules in the <ConversionRules> section of the
DataReplication_installation
\uiconf\DataTypes.xml file to convert source column datatypes to compatible target column datatypes.
Data Replication does not generate target tables or audit log tables for
Apache Kafka,
Cloudera,
Flat File,
and
Hortonworks
targets.

0 COMMENTS

We’d like to hear from you!