Example 2: Specifying Staging Database Name at Database Level Only - 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 this example, the f_table1 table uses staging_db_two as its staging database. However, for the f_table2 table, a staging database name is not specified at the table level. Therefore, the table uses the target table database, MyDB, as the staging database.
<database selection="unselected">
	<name>MyDB</name>

	<table selection="included">
		<name>f_table1</name>
		<staging_database>
			<name>staging_db_two</name>
		</staging_database>
	</table>

	<table selection="included">
		<name>f_table2</name>
	</table>
</database>