About Copying Tables using the MAPS Parameters - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

Using the map and colocate parameters are optional. The object-level parameters have a higher priority than database, job, and system-level parameters that use the MAPS feature.

The following example shows table objects being copied using the map and colocate parameters:
<database selection="unselected">
	<name>srcDatabase</name>
		<table selection="include">
			<name>srcTable</name>
			. . . . 
			<compare_ddl><compare_ddl>
			<map>TD_SparseMap</map>
			<colocate>ColocationName2</colocate>
			. . . . 
		</table>
</database>