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

"table" is null for table.include.list and column.include.list

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.8.0.Alpha2
    • 1.5.2.Final
    • oracle-connector
    • None

    Description

      Using configuration:

      io.debezium.config.Configuration.create()
       .with("name", "chat-sgp")
       .with("connector.class", "io.debezium.connector.oracle.OracleConnector")
       .with("offset.storage", "org.apache.kafka.connect.storage.FileOffsetBackingStore")
       .with("offset.storage.file.filename", offsetStorageTempFile.getAbsolutePath())
       .with("offset.flush.interval.ms", "60000")
       .with("database.url", customerDburl)
       .with("database.user", customerDbUsername)
       .with("database.password", customerDbPassword)
       .with("database.dbname", customerDbName)
       .with("database.include.list", customerDbName)
       .with("include.schema.changes", "false")
       .with("database.allowPublicKeyRetrieval", "true")
       .with("database.server.id", "10181")
       .with("database.server.name", "chat-sgp.testing.com")
       //.with("schema.include.list", "DATAHOUSEAPI")
       .with("database.history", "io.debezium.relational.history.FileDatabaseHistory")
       .with("database.history.file.filename", dbHistoryTempFile.getAbsolutePath())
       //.with("snapshot.mode", "schema_only")
       .with("table.include.list", "DATAHOUSEAPI.COMPONENT_CONTENT")
       .build();
      

      I used schema.include.list, i can trace if there is any changes in database.

      I tried to use table.include.list and colume.include.list but i receive a "table is null" error

      I am using Oracle 12.1.0.2.0 

      Attachments

        Issue Links

          Activity

            People

              ccranfor@redhat.com Chris Cranford
              kai902000 Soon Kai Tan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: