Teradata - connect_cdc_mimix_share - Latest

Connect CDC Release Notes

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC Release Notes
Copyright
2024
First publish date
2021
Last edition
2024-08-01
Last publish date
2024-08-01T21:24:12.809750

How Teradata loads “0” length character strings

For most databases there is a mechanism to update a character string of “0” length into a VARCHAR column. Connect CDC can identify that a character string is “0” length, and the Applier can update a “0” length string into a target database.

However, for Teradata, there is no mechanism when writing the data file, that the Applier can use to differentiate between a value with “0” length and a NULL value. To differentiate between these 2 values, the Applier checks for a character value which has a length of “0”, and then, in this situation, loads 1 space.

Load

When using the load option for a Copy or Sync request, for any source control characters, Unicode characters in the range 0x0000 through and inclusive of 0x001F, in a CHAR or VARCHAR column, will be substituted with a space character when the data is applied to a Teradata target.