Oracle Visual Builder is a visual development tool that comes with its own database. It allows you to create objects for storing data. Those objects are also exposed as REST, making the data model of your application accesible from/to other peers.
Visual builder allows the configuration change consisting in connecting to an “external” database, either Autonomous or “conventional”, it’s worth mentioning that the underlying database is Oracle, obviously. Let’s do it!
From the Autonomous DB console, download the wallet giving it a password:

Go to Visual Builder->Settings:

Click on [Use Different Database]:

Upload the wallet, put the wallet password, put admin as [DBA User Name] and put their password, click [Next>]:

Click [Finish]:


In the database schemas and objects are created transparently:

That’s all! Hope it helps 🙂