Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.4.1.Final
-
Fix Version/s: 1.4.2.Final, 1.5.0.Beta1
-
Component/s: oracle-connector
-
Labels:None
Description
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.