Hi all,
When creating an JDBC insert service to populate a CLOB column in a database, I receive the following error message when attempting to insert a string more than 4000 characters in length:
ORA-01400: cannot insert NULL into (“schema”, “table”, “clob_column”)
If I repeat the same test with a string less than 4000 characters in length the insert is succesful. The input field type is set to String and the JDBC type is CLOB.
I presume this is a webMethods bug. I know that the maximum length for a column is 4000 characters in Oracle, but the same insert works in a Java service. Which is the obvious workaround.
My question is whether this is a known bug or if I doing something wrong?
Thanks.
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards