-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
I have table include whitelist and signal collection properties including sys.debezium_signals. But the connector is not snapshotting the table or taking changes from it. Is it because any tables within SYS schema are ignored?
I saw https://github.com/debezium/debezium/blob/v1.9.0.Alpha2/debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/LogMinerQueryBuilder.java#L132 and "Changes that are performed by the SYS or SYSTEM user accounts are not captured by the connector" but that sounds like it would exclude INSERTs made by SYS but not a table within SYS that is INSERTed to by another user.