The business objects in Oracle Visual Builder let you store
textual data, but what if you need to store some binary data such
as images? You'll need to find a separate location to store those.
Oracle has various solutions for this including the storage cloud
and the content and experience cloud, in this blog we'll show you
how to do this using Oracle ATP Database (or any other Oracle
DB).
The concept is simple, you create a table with a Blob type
column in your DB, in that...