Overriding Replacement of a Child Database - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
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>