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
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.
Hello vijay
Welcome to the Oracle Analytics community!
The back end tables are not accessible so we can check the same from console
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acabi/view-and-export-detailed-membership-data.html#GUID-FF580EEF-818B-4DD6-8A21-3398C5B51E1A
Thank you for the detailed information, so I assume we have to manually add the application roles into a DB table and use that in RPD. we want the list of application roles in Table for our requirement, so variable can pick the application role from table.
In OAC, you don't have access to the tables containing the security, and you anyway would struggle to handle inheritances in your query.
If you express your requirement instead of what you imagined as solution (trying to avoid a "XY problem" situation), the answer is maybe simpler than what you believe…
Hi @VijayDC - I agree with Gianni & GayathriAnand.
However, if you are dead set on getting the application role data stored in a table, you can use an API scraping method to extract the data and take the JSON response and use the JSON_TABLE method to write this data to a table.
You will need an active session cookie to pass with the request to the endpoint [https://[oac_url]/ui/sac/api/v1/security/Approles?offset=0 ], but its technically possible, but probably not recommended.
Best,
Josh
Thank you @GayathriAnand-Oracle will check this,
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M