-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
0.10.0.Final
-
None
I start up kafka-connect and post debezium config, it works well.
Then I try to insert some data into oracle ,it works well and I alter the data which is basic type(NON CLOB/BLOB) , it works well too.
But when I try to alter the data which is type CLOB, it comes up error ORA-26824: user-defined XStream callback error.
Is the config or env anything wrong or xstream is not supported the CLOB/BLOB/[specific type]?