-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
1.0.3.Final
-
None
When I use debezium to connect to oracle, a CLOB field is added and an error occurs, see screenshot below.
Is there any problem with debezium's support for Oracle's CLOB field?
---------------------------add---------------------------------------------
I found that this error occurred while obtaining the ddl. If the CLOB field is used, an error will occur when obtaining the table definition. The cause of the error is this function:
select dbms_metadata.get_ddl ('TABLE', 'TEST', 'DEBEZIUM') from dual;
If the CLOB field is removed, this function can be executed correctly.
- is related to
-
DBZ-1638 Alter CLOB type data went wrong in ORACLE 11g 11.2.0.4
- Closed