Override Child Database Replacement | Teradata Data Mover - Overriding Replacement of a Child Database - Teradata Data Mover

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
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 here, 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>