| Author |
How to pass BLOB to Oracle stored procedure
|
Misha Kezherashvili
Greenhorn
Joined: Jan 27, 2009
Posts: 2
|
|
Hello,
I am trying to store file into database using oracle stored procedure. I am using Struts.
here is the code.
and here is the stored procedure
The record is inserted but the blob field is empty. Where did i go wrong?
|
 |
Misha Kezherashvili
Greenhorn
Joined: Jan 27, 2009
Posts: 2
|
|
Found the answer.
Here is the working example:
|
 |
 |
|
|
subject: How to pass BLOB to Oracle stored procedure
|
|
|