Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Finding the correct database schema for the VB app deployment

JohannaBStumpfOct 8 2024

Hello,
I have switched my VB to use an autonomous database. From this blog post https://blogs.oracle.com/vbcs/post/switching-visual-builder-to-use-the-oracle-atp-database I know that “VB creates users/schemas with names starting in VB_ followed by randomly generated strings”.

1. What is the best/easiest way to find the correct schema for my current deployment in order to access the data with SQL?
Is there a way to see in VB/VBS what the current schema name is?

I was also wondering: I want to deploy my app both as PWA (downloadable to phone) and as webapp (in a browser).

2. Will that be the same deployment? As they should both be writing to the same schema, I assume the PWA and the webapp must be same deployment in the end. Is this deployment in both ways at the same time possible and correct?

Comments
Post Details
Added on Oct 8 2024
4 comments
400 views