Apex uploads Migration from local storage to Object Storage
Hi Team,
Due to the limited storage available on the DBCS /u01 filesystem, we are proceeding with DBMS_CLOUD as the immediate solution to move the application files to OCI Object Storage.
As you have recommended, As a long-term solution, we will plan to implement direct browser-to-Object Storage upload, so that files can be uploaded directly to Object Storage without passing through the DBCS server.
For the immediate migration, please advise on the recommended and supported approach to copy the existing files currently stored under /u01 to OCI Object Storage based on the attached code which we used.
We have a planned 6 hour maintenance window and want to ensure that all existing files are migrated successfully without data loss or interruption.