Replace and Relocate a Database | Teradata Data Mover - Replacing and Relocating a Database - 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

When you replace a database, you may also choose to relocate it.

  1. Set replaceDatabase to true, and specify the name of the source database.
  2. Under the target_database element, specify the name of the location where you want to copy the source database.
In the following example, all objects in the MyTargetDB database are eliminated and objects from the source MySourceDB database are copied to the target database MyTargetDB. Thus MyTargetDB is replaced with MySourceDB.
<database selection="included" replaceDatabase="true">
     <name>MySourceDB</name>
     <target_database>
           <name>MyTargetDB</name>
     </target_database>
</database>