Override Child Database Replacement | Teradata Data Mover - Overriding Replacement of a Child 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
You may want to override the replaceDatabase attribute for a particular child database when copying a database and all of its children.
  1. Set the replaceDatabase to true for the parent database and all of its children.
  2. Set the replaceDatabase to false for the child database that you do not want to replace, and provide its name.
    The replaceDatabase="false" attribute is ignored when the entire database is not being copied.
In the example below, replaceDatabase is true for the database MyDatabase and all of its children other than MyDb_2.
 <database selection="all" replaceDatabase="true">
     <name>MyDatabase</name>
     <database selection="included" replaceDatabase="false">
           <name>MyDb_2</name>
     <database>
 </database>