-
Bug
-
Resolution: Done
-
Major
-
1.4.1.Final
-
None
i am using debzium 1.4.1.final for CDC on oracle. I have setup logminer for replication. and using ojdbc8 driver 19.3.0.0. Oracle version is : 18c
There are some global temp tables in my schema which when processed by debezium makes the snapshotting fail. Reason - The OracleDatabaseMetaData.getIndexInfo() in jdbc class throws sqlexception which eventually makes the snaphot process rollback.
Please suggest if this can be addressed via a previous version of oracle driver or debezium or via connector configuration changes.