Skip to Main Content

APEX

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!

Why does it create 2 users while setting up a workspace?

AppExJun 16 2023

While creating a workspace using a new user schema, it is creating two user accounts in the database. For instance, if I specify DEMO as the new schema name in the Create Workspace page, it is creating DEMO user and also WKSP_DEMO user. The WKSP_DEMO user has all the necessary privileges granted automatically but the DEMO user is just vanilla with no privileges.

Wondering what the purpose of the DEMO user is with no privileges which is what I intended to create. WKSP_DEMO is too cumbersome to type in SQL scripts. Anyway to grant privileges similarly to DEMO user and blow off WKSP_DEMO user? (I know how to assign schema to the workspace from the Apex Instance Admin).

On Oracle Cloud.

TIA

This post has been answered by Mike Kutz on Jul 27 2023
Jump to Answer
Comments
Post Details
Added on Jun 16 2023
9 comments
692 views