Good afternoon!
We have been working with Debezium and recently stumbled upon an issue with our implementation.
Our Oracle database servers have multiple log destinations (log_archive_dest_1, log_archive_dest_2, log_archive_dest_3, etc.). Every month we switch over the instances to standby DB instances and the archive log destinations may change.
When we switch from instance 1 to 2, the archive destination changes from log_archive_dest_1/3 to log_archive_dest_2.
It looks like there is an option to set the archive log file destination in the Oracle source connector. However, it looks like only destination is allowed.
Is there anyway to specify a list of valid destinations? It sounds like it picks the first destination that results from a query when there is none specified in the parameter.
Thanks for the help!
Justin