You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content.zh/docs/connectors/flink-sources/oracle-cdc.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,9 +351,16 @@ Connector Options
351
351
<td style="word-wrap: break-word;">initial</td>
352
352
<td>String</td>
353
353
<td>Optional startup mode for Oracle CDC consumer, valid enumerations are "initial"
354
-
and"latest-offset".
354
+
,"latest-offset" , specific-offset.
355
355
Please see <a href="#startup-reading-position">Startup Reading Position</a> section for more detailed information.</td>
356
356
</tr>
357
+
<tr>
358
+
<td>scan.startup.specific-offset.scn</td>
359
+
<td>optional</td>
360
+
<td style="word-wrap: break-word;">(none)</td>
361
+
<td>Long</td>
362
+
<td>Optional SCN used in case of "specific-offset" startup mode</td>
363
+
</tr>
357
364
<tr>
358
365
<td>scan.incremental.snapshot.enabled</td>
359
366
<td>optional</td>
@@ -543,6 +550,7 @@ The config option `scan.startup.mode` specifies the startup mode for Oracle CDC
543
550
-`initial` (default): Performs an initial snapshot on the monitored database tables upon first startup, and continue to read the latest redo log.
544
551
-`latest-offset`: Never to perform a snapshot on the monitored database tables upon first startup, just read from
545
552
the change since the connector was started.
553
+
-`specific-offset`: Skip snapshot phase and start reading redo log from a specific offset with scn.
546
554
547
555
_Note: the mechanism of `scan.startup.mode` option relying on Debezium's `snapshot.mode` configuration. So please do not use them together. If you specific both `scan.startup.mode` and `debezium.snapshot.mode` options in the table DDL, it may make `scan.startup.mode` doesn't work._
Copy file name to clipboardExpand all lines: docs/content/docs/connectors/flink-sources/oracle-cdc.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,9 +352,16 @@ Connector Options
352
352
<td style="word-wrap: break-word;">initial</td>
353
353
<td>String</td>
354
354
<td>Optional startup mode for Oracle CDC consumer, valid enumerations are "initial"
355
-
and"latest-offset".
355
+
,"latest-offset" , specific-offset.
356
356
Please see <a href="#startup-reading-position">Startup Reading Position</a> section for more detailed information.</td>
357
357
</tr>
358
+
<tr>
359
+
<td>scan.startup.specific-offset.scn</td>
360
+
<td>optional</td>
361
+
<td style="word-wrap: break-word;">(none)</td>
362
+
<td>Long</td>
363
+
<td>Optional SCN used in case of "specific-offset" startup mode</td>
364
+
</tr>
358
365
<tr>
359
366
<td>scan.incremental.snapshot.enabled</td>
360
367
<td>optional</td>
@@ -544,6 +551,7 @@ The config option `scan.startup.mode` specifies the startup mode for Oracle CDC
544
551
-`initial` (default): Performs an initial snapshot on the monitored database tables upon first startup, and continue to read the latest redo log.
545
552
-`latest-offset`: Never to perform a snapshot on the monitored database tables upon first startup, just read from
546
553
the change since the connector was started.
554
+
-`specific-offset`: Skip snapshot phase and start reading redo log from a specific offset with scn.
547
555
548
556
_Note: the mechanism of `scan.startup.mode` option relying on Debezium's `snapshot.mode` configuration. So please do not use them together. If you specific both `scan.startup.mode` and `debezium.snapshot.mode` options in the table DDL, it may make `scan.startup.mode` doesn't work._
0 commit comments