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

Add support for SDO_GEOMETRY columns in jdbc-connector

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.4.0.Alpha1
    • None
    • jdbc-connector
    • None

      Currently, the JDBC sink connector does not support Oracle's SDO_GEOMETRY type columns.

      I propose adding support for SDO_GEOMETRY using a similar approach as in GeometryType of PostgreSQL dialect.

      Ingestion of WKB can be achieved using the Oracle function SDO_UTIL.FROM_WKBGEOMETRY(TO_BLOB( ? ), ? ).

      I have working code that implements this functionality and would like to contribute it to the project.

              Unassigned Unassigned
              marcinpiatek Marcin Piatek
              Marcin Piatek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: