Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java + PL/SQL SP + BLOB Parameter

Status
Not open for further replies.

engineer2100

Programmer
Feb 7, 2002
285
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top