Secondary Staging Database at Database Level | Example | Teradata Data Mover - Example: Specifying Secondary Staging Database at Database Level - 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
In this example, for table test1 the staging table is created in staging database staging2, and the work, log, and error tables are created in staging database staging1.
<database selection="unselected">
	<name>database1</name>
	<staging_database><name>staging1</name></staging_database>
	<staging_database_for_table><name>staging2</name></staging_database_for_table>
	<table selection="included">
		<name>test1</name>
	</table>
</database>