We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Document 1620109.1.pdf Document for reference
Sorry, something went wrong.
I would appreciate any update on this.. This bug pretty much makes the connector unusable for Oracle db.
No branches or pull requests
I am using Oracle as target database for sink connector and facing this error when trying to insert a large data into CLOB 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.
The text was updated successfully, but these errors were encountered: