Copy a Schema XML Job Request | Example | Teradata Data Mover - Example: Copying a Schema - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
fcu1619423186706.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
The following example shows an XML snippet for copying a schema:
<dmCreate>
....
<schemas>
		<schema selection="included" >
			<name>chemDatasetSchema</name>
			<compare_ddl>false</compare_ddl>
		</schema>
</schemas>
....
</dmCreate>

More than one schema can be specified within the schema element. Each schema element has one required element: name; and one optional element: compare_ddl.