16.9 Using an OCI Object Bucket for Files

Use an OCI object bucket to store application files outside your transactional database.

Oracle Cloud Infrastructure (OCI) offers an Object Bucket service to efficiently store and retrieve files. While storing images, PDFs, and other files in a BLOB column the simplest approach, your app can store them in an object bucket instead. This requires some additional effort, but can potentially improve performance and require less storage in your transactional database.