ColdFusion Server 4.5.x and 5: The cfstoredproc Tag Does Not Support the CLOB Data Type
When using the CFSTOREDPROC tag to run an Oracle stored procedure that accesses a CLOB column data type, an error occurs because the CFSTOREDPROC tag does not support CLOB data types. However, this data type is supported using the CFQUERY tag. This article provides a workaround.
ColdFusion Server 4.5.x and 5: The CFSTOREDPROC Tag Does Not Support the CLOB Data Type