Search This Blog

Tuesday, July 1, 2025

Create an Application Access Control Role in Oracle APEX

 To define user access within your APEX application, you can create custom Access Control Roles. Follow these steps to create a new role:

  1. Access the Shared Components Page

    • Navigate to the Workspace home page and click App Builder.

    • Select the desired application.

    • On the Application home page, click Shared Components to open the Shared Components page.

  2. Open Application Access Control

    • Under the Security section, click Application Access Control to access the role management page.

  3. Add a New Role

    • Under the Roles section, click Add Role to open the role creation dialog.

  4. Define Role Attributes

    • Name: Enter a meaningful name for the role. The name must contain only alphanumeric characters and underscores (_).

    • Static Identifier: Provide an alternate unique identifier for this role.

    • Description: Optionally, enter a brief description of the role’s purpose.

  5. Create the Role

    • Click Create Role to save the new role. Once created, the role will be listed under the Roles section on the Application Access Control page.

This newly created role can now be assigned to users and utilized within authorization schemes to enforce security across your application.


No comments:

Post a Comment

HOW DO I USE A STATIC LOV IN A DROPDOWN IN ORACLE APEX

HOW DO I USE A STATIC LOV IN A DROPDOWN IN ORACLE APEX Introduction Dropdown lists are a common feature in Oracle APEX applications, allo...