I have a workspace named DEV that contains two schemas: ADMIN and DEV_1.
Inside this workspace, I also have two developer accounts:
- DEV_1 (developer)
- DEV_2 (developer)
And I have two applications:
- App 1 → uses schema ADMIN
- App 2 → uses schema DEV_1
My requirement is:
- DEV_1 should only be able to access and edit App 1
- DEV_2 should only be able to access and edit App 2
How can I configure Oracle APEX so each developer only has access to the specific application(s) I assign to them, instead of seeing or editing all applications in the workspace?
I checked the “Edit User” page, but I only see global developer role settings, not application-level permissions.
What is the correct way to set this up?