Aiven-Open / Aiven-Open/jdbc-connector-for-apache-kafka
[BUG] Upsert Mode errors with large CLOB columns
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 113
- Forks
- 62
- Merge medio
- 4 h 12 min
- PR fusionados (30 d)
- 1
Descripción
I am using Oracle as target database for sink connector and facing this error when trying to insert a large data into CLOB column.
```
Error Msg = ORA-01461: can bind a LONG value only for insert into a LONG column
```
The column data size > 4000 characters and triggers when merge statement results in UPDATE of an existing row.
Possible due to this bug
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=203330692365177&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&id=1620109.1&_afrWindowMode=0&_adf.ctrl-state=syn80pubt_4
Thanks.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.