I have some XML data as string in my Kafka message and I am trying to save it to Oracle XML DB using JDBC Sink Connector.
I am getting error when trying to save XML in XMLType column.
ORA-01461: can bind a LONG value only for insert into a LONG column
It seems this error comes when the data is more than 4000 chars and in my case it is almost every time more than 4000 chars.
Is there a way to fix this error?