DBZ-2729 Document new Oracle LogMiner config options

This commit is contained in:
Chris Cranford 2020-11-11 12:35:03 -05:00 committed by Jiri Pechanec
parent 0befe82b76
commit b9018a6ca1

View File

@ -1341,6 +1341,15 @@ Only alphanumeric characters and underscores should be used.
`xstream` uses the Oracle XStreams API.
`logminer` uses the native Oracle LogMiner API.
|[[oracle-property-database-rac]]<<oracle-property-database-rac, `database.rac`>>
|false
|A toggle whether to enable Oracle RAC support.
|[[oracle-property-database-rac-nodes-ip]]<<oracle-property-database-rac-nodes-ip, `database.rac.nodes`>>
|
|A comma-separated list of RAC node host names or addresses.
This field is only applicable if `database.rac` is set to `true`.
|[[oracle-property-database-history-kafka-topic]]<<oracle-property-database-history-kafka-topic, `database.history.kafka.topic`>>
|
|The full name of the Kafka topic where the connector will store the database schema history.
@ -1477,4 +1486,13 @@ See {link-prefix}:{link-avro-serialization}#avro-naming[Avro naming] for more de
See {link-prefix}:{link-oracle-connector}#oracle-transaction-metadata[Transaction Metadata] for additional details.
|[[oracle-property-log-mining-record-history]]<<oracle-property-log-mining-record-history, `log.mining.record.history`>>
|`false`
|Toggle whether log mining results are captured in the log mining history table.
|[[oracle-property-database-history-retention-hours]]<<oracle-property-database-history-retention-hours, `database.history.retention.hours`>>
|`4`
|The number of hours to retain entries in log mining history table.
This option requires `log.mining.record.history` to be `true` for it to have any impact.
|===