How to create an Oracle database user with limited access to the AVUSER schema in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-22
Article Number
Applies To
RSA Version/Condition: All
Issue
Resolution
- Login to SQL as user SYS.
- Create the ACMREPORTER user.
create user ACMREPORTER identified by ACMREPORTER; grant connect to ACMREPORTER; grant create session to ACMREPORTER;
- Create view TMEU_ACM_USERS.
create or replace view TMEU_ACM_USERS as select first_name, last_name from T_MASTER_ENTERPRISE_USERS; create public synonym TMEU_ACM_USERS for AVUSER.TMEU_ACM_USERS;
Repeat this step for every table/view to which ACMREPORTER should have access.
- Grant SELECT on the new view TMEU_ACM_USERS to the new user ACMREPORTER.
grant select on TMEU_ACM_USERS to ACMREPORTER;
Repeat this step for every every table/view to which ACMREPORTER should have access.
- Test that ACMREPORTER can execute the following query:
select * from TMEU_ACM_USERS;
Related Articles
DB2 Access Fulfillment Express (AFX) connector template has limited connector capabilities in RSA Identity Governance & Li… 54Number of Views Your client does not have permissions to get this URL from the server error with RSA Authentication Agent for Web: IIS 124Number of Views Prime kit tomcat.pid: Permission denied error when restarting services for RSA Authentication Manager Prime Kit 91Number of Views Cisco ACS / ASA sends two requests to Authentication Manager 8.x 316Number of Views aveksaServer.log is not getting updated after applying 7.5.2 patch P04 in SecurID Governance & Lifecycle 104Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?