Example 1: Copying a Schema - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
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.