Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to access and programmatically save online images or PDF files into Oracle database.

Wei QinApr 15 2021

We have a business needs to access and programmatically save some online images or PDF files into our Oracle database. A example of PDF file like this: http://www.africau.edu/images/default/sample.pdf
I know we need to use Oracle BLOB features to store image/PDF files, and I have some programs to upload or download image/PDF files to/from Oracle EBS tables, and I have APEX programs to make REST API calls to external cloud systems to retrieve text or XML files and save them in our Oracle database CLOB table. But I wonder someone can help on a method to programmatically save some online images or PDF files into our Oracle database, it would be great if we can do this with APEX web service features.
Thanks
Wei

This post has been answered by jariola on Apr 15 2021
Jump to Answer
Comments
Post Details
Added on Apr 15 2021
2 comments
642 views