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 Role changes are not accurately reflected under the User Access tab or in a User Access Review in RSA Identity Governance … 742Number of Views Collector Stuck in Data Collection Phase with "Sent Request to Agent Hosting the Collector" 1.51KNumber of Views Session Lifetime Limits 49Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA-2026-07: RSA Identity Router Security Update for Third-Party Component Vulnerabilities Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?