Question
Max. Length of varchar2 from Oracle Stored Procedure
We are using ColdFusion MX7 and Oracle RAC 10g.
I have an Oracle Stored Procedure which can return strings (varchar2) of more that 4000 bytes
The problem is that ColdFusion is cuting the string at 4000 bytes. I have tested the procedure in SQLPLUS and the stored procedure works ok and can return (OUT parameter) strings of more than 4000 bytes.
This procedure was working fine with version 4.5 where I had the maxlength parameter specified in the CFPROCPARAM type="Out" parameter.
Any help in fixing this will be highly appreciated.
Thanks
I have an Oracle Stored Procedure which can return strings (varchar2) of more that 4000 bytes
The problem is that ColdFusion is cuting the string at 4000 bytes. I have tested the procedure in SQLPLUS and the stored procedure works ok and can return (OUT parameter) strings of more than 4000 bytes.
This procedure was working fine with version 4.5 where I had the maxlength parameter specified in the CFPROCPARAM type="Out" parameter.
Any help in fixing this will be highly appreciated.
Thanks
