engineer2100
Programmer
Greetings All,
I have a JSP that send me a Binary Stream of data to a Oracle 9i Stored Proc. This SP accepts the Binary Stream into a BLOB.
We are facing a problem in that, when we try to call this SP from within JSP for a file with size ~3MB, an exception is raised which is something to do with 'data exceeding max allowed'.
Is there any restriction on having BLOB parameters or is our usage of DBMS_LOB.WRITEAPPEND to write the data, wrong?
Please help!!
Thanks,
Engi
I have a JSP that send me a Binary Stream of data to a Oracle 9i Stored Proc. This SP accepts the Binary Stream into a BLOB.
We are facing a problem in that, when we try to call this SP from within JSP for a file with size ~3MB, an exception is raised which is something to do with 'data exceeding max allowed'.
Is there any restriction on having BLOB parameters or is our usage of DBMS_LOB.WRITEAPPEND to write the data, wrong?
Please help!!
Thanks,
Engi