Object List |Copy Objects | Teradata Data Mover - The Object List - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
wph1512683331242.ditamap
dita:ditavalPath
4101_UG_dm_1620.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

The object list is part of the Data Mover XML schema and specifies the database objects to be copied.

The following example shows the object list portion of an XML file:
<database selection="unselected">
	<name>dmguest</name>
	<table selection="included">
		<name>table1</name>
	</table>
	<table selection="unselected">
		<name>table2</name>
	</table>
	<table selection="included">
		<name>table3</name>
	</table>
</database>

Selection parameter values determine which objects are copied, as described in the following table.

Value Action Taken
included The specified object is copied.
unselected The specified object is not copied.