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.00
Published
November 30, 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
gmn1574692806523.ditamap
dita:ditavalPath
cjo1509024828169.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>