Enabling a replication channel that is in the Inactive state starts
replication from the source if there are no errors. Disabling a replication channel stops
replication and puts the channel into the Inactive state.
When an inbound replication channel is in the Needs Attention state,
fix the error then resume the channel to restart replication. The Details column on
the Channels page explains why a replication channel needs attention.
The Needs Attention state may also be displayed because the DB system is in
INACTIVE state. In that case, replication cannot restart until the
DB system is active.
Resetting an inbound replication channel removes all data on the channel,
except the channel configuration. It is equivalent to RESET REPLICA ALL FOR
CHANNEL. When there is an unrecoverable issue, the reset operation clears the
records associated with replication so that the channel can have a clean start.
The target DB system drops its position in the source binary log, clears the
replication metadata repositories, deletes the relay log files, and starts a new relay
log file.
Using the REST API, run the ResetChannel operation.
Using the Console 🔗
Use the reset operation when there is an unrecoverable error in replication.
Only the channel configuration is retained, and the records are removed.
To reset an inbound replication channel, it must be inactive. You cannot reset an
active channel.
Do the following to reset a channel:
Open the navigation menu and select Databases. Under HeatWave MySQL, click Channels.
Choose your compartment from the List Scope.
In the list of channels, find the channel you want to enable or disable, and do one of the following:
Select the channel and choose Reset from the Actions menu at the top of the page.
Click the Action menu on the same line as your channel and click Reset.
Click the name of the channel to open the Channel Details page and click Reset.
You can now enable the replication channel.
Editing a Channel 🔗
Edit an inbound replication channel if you need to change configuration items
such as the channel name, description, or source connection details after you create
it.