Loading PDF and Video Files in BLOB Column
Hi,
Below is my database version
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
The Requirment is
In a web page ( developed using Java Spring ) end user has the funtionality to upload a pdf/video file by browse the required file from his/her local computer.
Once the webuser clicks the SAVE button then the selected file needs to be inserted in Oracle BLOB column.
Front end needs to call an Oracle Package to achive this.
Please suggest me how to create oracle code(Procedure) for this?
Thanks in advance.
Regards,
Karthik.K