Oracle GoldenGate Error Messages

OGG-00513

Table with SOURCEDEF cannot have DDL operations (table {0}). Either remove SOURCEDEF or filter out table from DDL operations


Cause

The table is configured for DDL replication, but also is configured to replicate to a dissimilar target. Oracle Supports DDL synchronization only in a like-to-like database environment, where source and target tables have identical definitions and are of the same database type.


Action

Either map this table to an identical target, or remove it from the DDL INCLUDE or EXCLUDE options.