Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-6897

Improve DDL handling with OpenLogReplicator

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • 2.7.0.Alpha2
    • 2.4.0.Beta2
    • oracle-connector
    • None
    • False
    • None
    • False

    Description

      Currently, OpenLogReplicator has very strict guidelines about what DDL events are consumed, namely:

      • Skips any DDL with no schema or where the table starts with "OBJ_"
      • Skips any DDL where table starts with "BIN$" or ends with "==$0"
      • Skips any DDL that isn't CREATE|ALTER|DROP|TRUNCATE TABLE
      • Skips DDL with RENAME CONSTRAINT
      • Skips DDL with RENAME TO BIN$...

      Ideally we shouldn't skip any of these scenarios unless explicitly necessary such as use cases where the table name is unknown ("OBJ_" prefix) or where the table has been moved to the recycle bin and is now known with a name starting with "BIN$"/

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ccranfor@redhat.com Chris Cranford
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: