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!

How to Restrict Developer Access to Specific Applications in the Same Workspace?

Kien Nguyen6 hours ago — edited 6 hours ago

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?

Comments
Post Details
Added 6 hours ago
1 comment
23 views