ORA-00942: table or view does not exist when defining a custom report query in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-20
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
com.aveksa.server.runtime.ServerException:
com.aveksa.server.runtime.ServerException:
java.sql.SQLSyntaxErrorException: ORA-00942:
table or view does not exist
This occurs when using a public view (a view prefaced with PV_) and it can be seen in the AVUSER schema.
Cause
Resolution
AVDWUSER is the schema where all the public views referred to in the RSA Identity Governance and Lifecycle <version> Public Database Schema Reference Guide are stored. Click the link to find the documentation for your version.
Public views in AVUSER are defined as synonyms in AVDWUSER. To resolve this issue, rewrite your query to refer to the public view names in the public database schema.
For example, PV_ACCOUNT in AVUSER is ACCOUNT in AVDWUSER. Rewrite a query referring to this view as in the example below.
Change the query from:
(SELECT * FROM PV_ACCOUNT)to:
(SELECT * FROM ACCOUNT)
Note: Queries in report definitions must be surrounded by parentheses.
Workaround
Change the query from:
(SELECT * FROM PV_ACCOUNT)to:
(SELECT * FROM AVUSER.PV_ACCOUNT)
Related Articles
Configure a Custom Console Logon Banner 81Number of Views 'ORA-00942: Table or View does not exist' error when referencing a custom table/view in a report query in RSA Identity Gov… 233Number of Views Configure a Custom Portal Page for Web Applications 82Number of Views RSA Identity Governance and Lifecycle SQL workflow node fails when there is a % sign iis the query 48Number of Views ORA-20126 in Review Definition User Selection query with custom table in the AVCSUSER schema in RSA Governance & Lifecycle 94Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?