...
2024-12-03T22:54:33 [SOURCE_CAPTURE ]E: Error 1236 (Could not find first log file name in binary log index file) reading binlog [1020493] (mysql_endpoint_capture.c:1263)
This usually occurs when the task is too far behind in reading the CDC logs (retry interval was too long)Oracle error code is '1017' ORA-01017: invalid username/password; logon denied
When restarting a failed task, it’s always best to restart instead of resume. This will ensure the task performs a full load of all tables, then starts replicating for the latest CDC logs. This is the least error prone approach.
...