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

Database Objects That Cannot Be Mapped

Database Objects That Cannot Be Mapped

The Data Replication Console does not allow the mapping of source tables or views that have certain characteristics unless you use the compatibility_checking_level parameter to override the default mapping validation behavior.
For DB2 for Linux, UNIX, and Windows sources, the following types of tables, views, and columns are not supported in table mappings:
Tables and Views
Columns
  • Temporary tables
  • Views
  • Columns that have unsupported datatypes
For Microsoft SQL Server sources, the following types of tables, views, and columns are not supported in table mappings:
Databases
Tables and Views
Columns
  • LOB/Backup compression
  • Database encryption
  • Temporary tables
  • System tables
  • Wide tables
  • Materialized and non-materialized views
  • Virtual computer columns
  • Columns that have unsupported datatypes
For MySQL sources, the following types of tables, views, and columns are not supported in table mappings:
Tables and Views
Columns
  • Temporary tables
  • Tables that include spatial datatypes such as GEOMETRY
  • Views
  • Columns that have unsupported datatypes
  • Identity columns
For Oracle sources, the following types of tables, views, and columns are not supported in table mappings:
Tables and Views
Columns
  • Clustered tables
  • Partitioned index-organized tables defined with both the OVERFLOW and INCLUDING clauses
  • External tables
  • Temporary tables
  • Tables defined with the ROWDEPENDENCIES clause
  • Non-materialized views
  • Hybrid columnar compression (HCC)
  • User-defined types (UDTs)
  • Columns that have unsupported datatypes
  • Columns defined as invisible
  • Identity columns
  • Columns that have extended datatypes
For the list of unsupported datatypes, see the
Informatica Datatype Mapping Reference
.

0 COMMENTS

We’d like to hear from you!