Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Application Roles in Table

Accepted answer
33
Views
6
Comments

Hi All,
are the application roles stored in any table by OAC by default.
we like to know if custom and OOTB App roles stored in any tables, please share the table name and schema name.

thank you

Tagged:

Best Answer

  • The typical flow is for users or groups to be mapped to Application Roles and you can use the system session variable called ROLES to retrieve the list of App Roles assigned to a user (either directly or via inheritance or via group membership). The UI also provides an export option where you can export the Application Roles and its members to a csv file(click on Show Indirect Membership button for export option). The Application Role membership is maintained as jazn-data.xml as part of your snapshot bar file but note that we do not recommend any manual modification to these files, only supported approach is to use the User Interface to make any changes to App Role memberships.

    As noted by Gianni, it would help if you post your actual requirement because there should not be a need to create application roles with direct db operation when we provide a UI for doing same.

Answers