-
Bug
-
Resolution: Unresolved
-
Major
-
1.9.7.Final, 2.1.2.Final
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
What Debezium connector do you use and what version?
Oracle Connector 2.1.2.Final
What is the connector configuration
What is the captured database version and mode o depoyment?
Oracle 11g
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
What behaviour do you expect?
Insert data into Oracle using the following statement,
BEGIN
FOR i IN 1.. 10000 LOOP
INSERT INTO t_test_point values(i,'t'||i);
end LOOP;
END;
The insertion process stops the application or oracle and then restarts the application or oracle, losing a small part of the events received by the application,and I expect that there will be no missing events received by the application
What behaviour do you see?
When I stop the app
When I stop Oracle
Do you see the same behaviour using the latest relesead Debezium version?
(Ideally, also verify with latest Alpha/Beta/CR version)
<Your answer>
Do you have the connector logs, ideally from start till finish?
There are a lot of trace logs, so I divided the number of logs equally for easy upload
How to reproduce the issue using our tutorial deployment?
<Your answer>
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
<Your answer>
Implementation ideas (optional)
<Your answer>