Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for XMLTYPE in Sink mode (Oracle Database) #1029

Open
whatsupbros opened this issue Mar 19, 2021 · 1 comment
Open

Add support for XMLTYPE in Sink mode (Oracle Database) #1029

whatsupbros opened this issue Mar 19, 2021 · 1 comment

Comments

@whatsupbros
Copy link

Issue is related to #690.

When the Sink connector is configured to write to a table with XMLTYPE attribute, the connector task dies with this exception:

java.sql.BatchUpdateException: ORA-01461: can bind a LONG value only for insert into a LONG column

Before pull request #925 the connector had the same behavior with CLOB attributes in the target table. In version 10.0.2 this was fixed for CLOB columns, but still does not work for XMLTYPE (which is Oracle wrapper for CLOB column containing XML data).

@whatsupbros
Copy link
Author

Any news probably?
This is very costly to convert CLOB to XMLTYPE on the fly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant