DBZ-3457 Correct Oracle FQ table format; remove problematic links.

This commit is contained in:
Bob Roldan 2021-12-22 13:50:44 -05:00 committed by Jiri Pechanec
parent 413aabccca
commit edcd133ec0
6 changed files with 13 additions and 16 deletions

View File

@ -72,16 +72,15 @@ For example, `signal.data.collection = inventory.debezium_signals`. +
The format for the fully-qualified name of the signaling collection depends on the connector. +
The following example shows the naming formats to use for each connector:
ifdef::community[]
Db2, Oracle, or PostgreSQL:: `_<schemaName>_._<tableName>_`
endif::community[]
ifdef::product[]
Db2 or PostgreSQL:: `_<schemaName>_._<tableName>_`
endif::product[]
Db2:: `_<schemaName>_._<tableName>_`
ifdef::community[]
MongoDB:: `_<databaseName>_._<collectionName>_`
endif::community[]
MySQL:: `_<databaseName>_._<tableName>_`
ifdef::community[]
Oracle:: `_<databaseName>_._<schemaName>_._<tableName>_`
endif::community[]
PostgreSQL:: `_<schemaName>_._<tableName>_`
SQL Server:: `_<databaseName>_._<schemaName>_._<tableName>_` +
+
For more information about setting the `signal.data.collection` property, see the table of configuration properties for your connector.

View File

@ -2233,12 +2233,12 @@ By default, no operations are skipped.
|[[db2-property-signal-data-collection]]<<db2-property-signal-data-collection, `+signal.data.collection+`>>
|No default
| Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}[signals] to the connector.
| Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}#debezium-signaling-enabling-signaling[signals] to the connector.
Use the following format to specify the collection name: +
`_<schemaName>_._<tableName>_`
ifdef::product[]
xref:{link-signalling}#sending-signals-to-a-debezium-connector[Signaling] is a Technology Preview feature.
Signaling is a Technology Preview feature.
endif::product[]
|[[db2-property-incremental-snapshot-chunk-size]]<<db2-property-incremental-snapshot-chunk-size, `+incremental.snapshot.chunk.size+`>>

View File

@ -2796,7 +2796,7 @@ endif::community[]
|[[mysql-property-signal-data-collection]]<<mysql-property-signal-data-collection,`+signal.data.collection+`>>
|No default value
|Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}[signals] to the connector. +
|Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}#debezium-signaling-enabling-signaling[signals] to the connector. +
Use the following format to specify the collection name: +
`_<databaseName>_._<tableName>_`

View File

@ -2712,13 +2712,11 @@ You can configure the connector to skip the following types of operations:
By default, no operations are skipped.
|[[oracle-property-signal-data-collection]]<<oracle-property-signal-data-collection,`+signal.data.collection+`>>
|No default value
a|Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}[signals] to the connector. +
a|Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}#debezium-signaling-enabling-signaling[signals] to the connector. +
Use the following format to specify the collection name: +
`_<schemaName>_._<tableName>_`
`_<databaseName>_._<schemaName>_._<tableName>_`
|[[oracle-property-incremental-snapshot-chunk-size]]<<oracle-property-incremental-snapshot-chunk-size, `+incremental.snapshot.chunk.size+`>>
|`1024`

View File

@ -3166,7 +3166,7 @@ Use the following format to specify the collection name: +
`_<schemaName>_._<tableName>_` +
ifdef::product[]
xref:{link-signalling}#sending-signals-to-a-debezium-connector[Signaling] is a Technology Preview feature.
Signaling is a Technology Preview feature.
endif::product[]
|[[postgresql-property-incremental-snapshot-chunk-size]]<<postgresql-property-incremental-snapshot-chunk-size, `+incremental.snapshot.chunk.size+`>>

View File

@ -2387,12 +2387,12 @@ By default, no operations are skipped.
|[[sqlserver-property-signal-data-collection]]<<sqlserver-property-signal-data-collection,`+signal.data.collection+`>>
|No default value
| Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}[signals] to the connector. +
| Fully-qualified name of the data collection that is used to send {link-prefix}:{link-signalling}debezium-signaling-enabling-signaling[signals] to the connector. +
Use the following format to specify the collection name: +
`_<databaseName>_._<schemaName>_._<tableName>_`
ifdef::product[]
xref:{link-signalling}#sending-signals-to-a-debezium-connector[Signaling] is a Technology Preview feature.
Signaling is a Technology Preview feature.
endif::product[]
|[[sqlserver-property-incremental-snapshot-allow-schema-changes]]<<sqlserver-property-incremental-snapshot-allow-schema-changes, `+incremental.snapshot.allow.schema.changes+`>>