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?