Skip to content

Commit 1e1fc40

Browse files
authored
Update oracle-cdc.md
fix error the "log.mining.strategy" should be start with prefix "debezium." according to https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/zh/docs/connectors/cdc-connectors/oracle-cdc/#connector-options and the help from @e-mhui with the link #2315 (comment)
1 parent 88c23b5 commit 1e1fc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/connectors/cdc-connectors/oracle-cdc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ public class OracleParallelSourceExample {
522522
523523
public static void main(String[] args) throws Exception {
524524
Properties debeziumProperties = new Properties();
525-
debeziumProperties.setProperty("log.mining.strategy", "online_catalog");
525+
debeziumProperties.setProperty("debezium.log.mining.strategy", "online_catalog");
526526
527527
JdbcIncrementalSource<String> oracleChangeEventSource =
528528
new OracleSourceBuilder()

0 commit comments

Comments
 (0)