hailin0 commented on code in PR #8958: URL: https://github.com/apache/seatunnel/pull/8958#discussion_r2031414469
########## seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/source/reader/fetch/scan/OracleSnapshotSplitReadTask.java: ########## @@ -164,6 +165,13 @@ protected SnapshottingTask getSnapshottingTask( @Override protected SnapshotContext<OraclePartition, OracleOffsetContext> prepare( OraclePartition partition) throws Exception { + String currentContainerName = OracleConnectionUtils.getCurrentContainerName(jdbcConnection); Review Comment: Why do you need to change this code? For pdb you need to add configuration ``` source { Oracle-CDC { ...... debezium { database.pdb.name = "your pdb name" } } } ``` -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org