Use OCI object storage from PL/SQL
Images by OpenClipart-Vectors from Pixabay Got too much data in the database? Offloading it to object storage is one option. Even better, get stuff in to the database and analyse it with SQL. Accessing OCI Object Storage from PL/SQL As mentioned in a previous post about OCI Object Storage I wanted to investigate how to access the OCI Object Storage from PL/SQL, in an Autonomous Database1. ...