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

Add support for SDO_GEOMETRY columns

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • Backlog
    • None
    • oracle-connector
    • None
    • False
    • False

      Currently, SDO_GEOMETRY columns are omitted from the connector's events as it is an unsupported column data type.
      We should investigate what's needed to support this.

      Observations from https://github.com/debezium/debezium/pull/2854

      • SDO_GEOMETRY values are not present in UPDATE statements that do not modify the column values. Need to investigate what happens if the UPDATE statement references an SDO_GEOMETRY column.
      • SDO_GEOMETRY columns are present in DELETE statements but the value is provided as Unsupported Type despite the database having compatibility mode of 12.1 or later.

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

                Created:
                Updated: