Creating custom character encodings
CDC Replication supports a wide variety of character encodings (or charsets) provided with Java and ICU (International Components for Unicode). You can add your custom encodings to CDC if it does not support your encodings.
Before you begin
- Download and install the ICU makeconv utility. For windows, refer to makeconv utility
download. For Linux, you can use the package manager to install it. For example,
sudo dnf install icuorsudo apt install icu-devtools. - Verify that you have permissions to restart the CDC instance.
- Ensure that you have access to the Management Console with subscription configuration privileges.
About this task
Custom character encodings allow you to handle data in legacy systems or specialized applications
that use non-standard character sets. This procedure applies to both source and target CDC
instances.
Note: Adding custom encodings requires restarting the CDC instance, which
temporarily interrupts active replications.