-
Bug
-
Resolution: Done
-
Blocker
-
2.5.0.Beta1
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
2.5.0.Beta1
What is the connector configuration?
curl -X POST http://localhost:8082/connectors -H "Content-Type: application/json" -d '{
"name": "14debezium_prod_used_source19",
"config":
}'
What is the captured database version and mode of depoyment?
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
RAC, with two nodes instances.
What behaviour do you expect?
Connector can be added and run
What behaviour do you see?
Pls refer to the attachement.
Do you see the same behaviour using the latest relesead Debezium version?
(Ideally, also verify with latest Alpha/Beta/CR version)
Yes, I'm using the latest Beta version.
Do you have the connector logs, ideally from start till finish?
Yes, as attached.
How to reproduce the issue using our tutorial deployment?
Should be connecting to a Oracle 11g RAC db.
Feature request or enhancement
The code that check the oracle version should be change to comply with Oracle 11g.
in 2.5.0.Beta1,
private final static Pattern VERSION_PATTERN = Pattern
.compile("Oracle Database.
nVersion ([0-9])\\.([0-9])\\.([0-9])\\.([0-9])
.([0-9])");
it does not comply with "Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production"
Which use case/requirement will be addressed by the proposed feature?
The 2.5.0 version of plugins can be used with Oracle 11g
Implementation ideas (optional)
<Your answer>
- links to
-
RHEA-2024:129636 Red Hat build of Debezium 2.5.4 release