Using OCI MySQL Heatwave as a source for AWS DMS
With AWS DMS, you can use OCI MySQL Heatwave as a source in much the same way as you do MySQL. Using OCI MySQL Heatwave as a source requires a few additional configuration changes.
For information about versions of OCI MySQL Heatwave that AWS DMS supports as a source, see Sources for AWS DMS.
Setting up OCI MySQL Heatwave for logical replication
To configure your OCI MySQL Heatwave instance as a source endpoint for DMS, do the following:
Sign in to OCI Console, and open the main hamburger menu (≡) in the top left corner.
Choose Databases, DB Systems.
Open the Configurations menu.
Choose Create configuration.
Enter a configuration name, such as
dms_configuration
.Choose the shape of your current OCI MySQL Heatwave instance. You can find the shape on the instance's DB system configuration properties tab under the DB system configuration:Shape section.
In the User variables section, choose the
binlog_row_value_options
system variable. Its default value isPARTIAL_JSON
. Clear the value.Choose the Create button.
Open your OCI MySQLHeatwave instance, and choose the Edit button.
In the Configuration section, choose the Change configuration button, and choose the shape configuration that you created in step 4.
Once the changes take effect, your instance is ready for logical replication.