Job Level Specification Using Job Creation XML - 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
In the job creation XML, the staging_database, staging_database_for_table, and target_database tags are supported at the job level. When these values are specified, they are applied to all the table objects included in the job request. For non-table objects, if these values are supported, they need to be specified at the object level. These three tags are optional, and must be positioned after the <force_utility> tag.
<overwrite_existing_objects>true</overwrite_existing_objects>
<force_utility>tptapi</force_utility>
<staging_database><name>stagingDB</name></staging_database>
<staging_database_for_table><name>stagingDBForTable</name></staging_database_for_table>
<target_database><name>targetDB</name></target_database>
...