From ee06b964da5a7242c9c2e5a59d6360646928541e Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 13 May 2021 16:48:39 +0200 Subject: [PATCH] DBZ-3521 Minimal supplemental logging required. This update in in response to https://issues.redhat.com/browse/DBZ-3521 --- documentation/modules/ROOT/pages/connectors/oracle.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/modules/ROOT/pages/connectors/oracle.adoc b/documentation/modules/ROOT/pages/connectors/oracle.adoc index 6533ed1af..df291432d 100644 --- a/documentation/modules/ROOT/pages/connectors/oracle.adoc +++ b/documentation/modules/ROOT/pages/connectors/oracle.adoc @@ -1040,6 +1040,13 @@ The following illustrates how to configure this on a specific table, which is th ALTER TABLE inventory.customers ADD SUPPLEMENTAL LOG DATA (ALL) COLUMNS; ---- +Minimal supplemental logging must be enabled at the database level and can be configured as follows. + +[source,indent=0] +---- +ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; +---- + === Creating users for the connector The {prodname} Oracle connector requires that users accounts be set up with specific permissions so that the connector can capture change events.