ccczhouxin commented on issue #3202: URL: https://github.com/apache/flink-cdc/issues/3202#issuecomment-2027889585
I synchronization oracle to mysql,When i update date,the flink has these error。The database not delete any log ,it is a new database。 Caused by: Error : 1291, Position : 0, Sql = BEGIN sys.dbms_logmnr.start_logmnr(startScn => '1', endScn => '69908421', OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG + DBMS_LOGMNR.NO_ROWID_IN_STMT);END;, OriginalSql = BEGIN sys.dbms_logmnr.start_logmnr(startScn => '1', endScn => '69908421', OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG + DBMS_LOGMNR.NO_ROWID_IN_STMT);END;, Error Msg = ORA-01291: 缺失日志文件 ORA-06512: 在 "SYS.DBMS_LOGMNR", line 58 ORA-06512: 在 line 1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
