flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
### Search before asking - [X] I searched in the [issues](https://github.com/ververica/flink-cdc-connectors/issues) and found nothing similar. ### Flink version 1.18.1 ### Flink CDC version 3.0.0 ### Database and its version oracle...
Using Flink Oracle CDC version 2.1.0, an Oracle memory overflow problem occurred after the program had been running for some time. Details are as follows : ``` Caused by: java.sql.SQLRecoverableException:...
**Describe the bug** A clear and concise description of what the bug is. **Environment :** - Flink version : 1.3 - Flink CDC version: 2.1 - Database and version: oracle12...
**Describe the bug** When submitting the Oracle CDC, I falsely report the information of supplementary logging not configured for table. I have set the table level supplementary log in the...
**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : 1.13.3 - Flink CDC version: 2.1.0 - Database and...
**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : 1.13.3 - Flink CDC version: 2.2.0 - Database and...
does oracle-cdc support xStream? Debezium already supports oracle-cdc支持oracle xstream采集吗 ?底层debezinum是支持的
11g上使用cdc测试没有问题,在19c上使用cdc测试不太稳定,总是出现延时较大或者失败的情况,是不是oracle 19c对logminer有限制导致无法正常cdc?
there is some db is oracle10g,and I want write data to oracle with flink-connector-jdbc.
reference: [Oracle doc](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ALL_TABLES.html#GUID-6823CD28-0681-468E-950B-966C6F71325D). This closes https://github.com/ververica/flink-cdc-connectors/issues/1737,https://github.com/ververica/flink-cdc-connectors/issues/2287. `WHERE TABLESPACE_NAME IS NOT NULL AND TABLESPACE_NAME NOT IN ('SYSTEM','SYSAUX')` will filter partitioned table. As TABLESPACE_NAME means: TABLESPACE_NAME | VARCHAR2(30) | Name of the...