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?