Question
Error pasing large CLOB to Oracle
I am using <cfprocparam> within <cfstoredproc> to
pass a large XML string to an Oracle stored procedure.
The procedure gets called and executes properly when a small amount of XML is passed, but when the string is larger, I get the following error:
Error Executing Database Query.
setString can only process strings of less than 32766 characters. The offending line is below:
I can't find anything that says there's a limit on the size of what I can pass in. Can anyone help me here? Thanks.
The procedure gets called and executes properly when a small amount of XML is passed, but when the string is larger, I get the following error:
Error Executing Database Query.
setString can only process strings of less than 32766 characters. The offending line is below:
I can't find anything that says there's a limit on the size of what I can pass in. Can anyone help me here? Thanks.