Enable Compare DDL for all Tables | Teradata Data Mover - Enabling Compare DDL for All Tables - Teradata Data Mover

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
Product Category
Analytical Ecosystem
Although Data Mover does not automatically compare DDL of tables when copying the entire database, you can enable compare DDL for all database tables being completely or partially copied or renamed.
  1. Add the compare_ddl element.
  2. Specify true as the element value.

In the following example DDL comparison is performed on all tables in the MyDB database.

<database selection="all">
	<name>MyDB</name>
	<compare_ddl>true</compare_ddl>
</database>