Skip to Main Content

Oracle Database Discussions

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!

What are the best storage solutions for BLOB files?

RaakaeshJun 13 2023

I'm looking at alternatives to Oracle Cloud Infrastructure (OCI) Object Storage for an on-premise database.

I am developing a PLSQL solution to manage file uploads to use WebCenter Content webservice instead of storing on database as BLOBs. The solution integrates with an APEX application leveraging the APEX_APPLICATION_TEMP_FILES. However, WebCenter Content has a filesize limitation when transfers happen over webservice. Upto 400MB based on connection-timeout settings.

Without increasing connection timeout, a file larger than 400MB would never make it through completely to WebCenter Content. Is there a solution to this?

Is there an alternative to using WebCenter Content for storing large files in an On-Prem setup?

Comments
Post Details
Added on Jun 13 2023
0 comments
484 views