Apply mode methods
The CDC Replication Engine for Teradata supports fast apply modes when JDBC apply is used.
Encoding considerations for native apply utilities
When using the FastLoad utility for refresh, you need to ensure that target tables do not have mixed encodings. The encodings must be identical between the source and target tables.You must also ensure that the following system parameters are set according to the target table default encoding:
- If the target table encoding is Latin, ensure that the mbcs_support_is_on system
parameter is set to
false. - If the target table encoding is Unicode, ensure that the mbcs_support_is_on system
parameter is set to
true.