Class OracleConnectorConfig.SystemTablesPredicate

java.lang.Object
io.debezium.connector.oracle.OracleConnectorConfig.SystemTablesPredicate
All Implemented Interfaces:
Tables.TableFilter, DataCollectionFilters.DataCollectionFilter<TableId>
Enclosing class:
OracleConnectorConfig

private static class OracleConnectorConfig.SystemTablesPredicate extends Object implements Tables.TableFilter
A Tables.TableFilter that excludes all Oracle system tables.
Author:
Gunnar Morling
  • Field Details

    • COMPRESSION_ADVISOR

      private final Pattern COMPRESSION_ADVISOR
      Pattern that matches temporary analysis tables created by the Compression Advisor subsystem. These tables will be ignored by the connector.
    • config

      private final Configuration config
  • Constructor Details

    • SystemTablesPredicate

      SystemTablesPredicate(Configuration config)
  • Method Details