MAP Exists for Derived Object, But Not Base Object
If there is a MAP
statement for the derived object, but not for the base object, Replicat does not perform any name conversion for either object. The target DDL statement is the same as that of the source. To map a derived object, the choices are:
-
Use an explicit
MAP
statement for the base object. -
If names permit, map both base and derived objects in the same
MAP
statement by means of a wildcard. -
Create a
MAP
statement for each object, depending on how you want the names converted.