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

DDL statement couldn't be parsed - Oracle connector 1.9.3.Final

    XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      Bug report

      For bug reports, provide this information, please:

      The connector throws exception:

      io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'alter table boff_item_jn set interval ( numtodsinterval ( 1, 'DAY' ) );'

      What Debezium connector do you use and what version?

      1.9.3.Final

      What is the connector configuration?

      {
        "name": "debezium-t3-boff-connector",
        "config": {
          "connector.class" : "io.debezium.connector.oracle.OracleConnector",
          "tasks.max" : "1",
          "database.server.name" : "NAME",
          "database.dbname": "db_name",
          "database.url": "jdbc:oracle:thin:.....",
          "database.user" : "t3_db_user",
          "database.password" : "t3_db_pwd",
          "database.connection.adapter" : "logminer",
          "log.mining.strategy": "redo_log_catalog",
          "database.history.kafka.bootstrap.servers" : "kafka:9092",
          "database.history.kafka.topic": "t3.db.history-changes",
          "snapshot.mode": "schema_only",
          "table.include.list": "TABLE1, TABLE2, TABLE3",
          "decimal.handling.mode": "string",
          "log.mining.batch.size.default": "100000"
        }
      }

      What is the captured database version and mode of depoyment?

      Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
      Version 19.13.0.0.0

      What behaviour do you expect?

      no errors

      What behaviour do you see?

      errors in logs

      Do you see the same behaviour using the latest relesead Debezium version?

      yes

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            dzmitry.kaubenia Dzmitry Kaubenia (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: