Upload attachments in BLOB field
Hi all,
Does anyone have an idea of how to upload attachments (any type like *.pdf, *.jpeg, *.png, *.xls, *.doc etc) into BLOB field in Oracle database ?
we have a requirement where we need to upload attachments to the requisitions in batch ? when we did the analysis, found that requisitions in attachments are stored in BLOB field type.
now question is, how to add attachments in batch mode ?
someone suggested, if we insert the file into blob using UTL_RAW functions, when the user tries to access it in online ? will it work ? in another sense, what are the functions used by peoplesoft to |