lihjChina commented on PR #5196: URL: https://github.com/apache/seatunnel/pull/5196#issuecomment-1784412768
To enable the CDC function for the English oracle, it is necessary to enable the additional log. I did not see any logic for enabling the configuration in the e2e. For example, you can use the following SQL statements to enable CDC and additional logs: ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; ALTER TABLE TEST.USER ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS; These statements will enable CDC and additional logs for the database and the specified table. -- 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]
