ORA-00920: invalid relational operator while clicking a report on the UI of RSA Identity Governance & Lifecycle
Originally Published: 2018-12-06
Article Number
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle 7.0.2 P10 HF01
Issue
Issue only applies to RSA Identity Governance & Lifecycle 7.0.2 P10 HF01.
And only if you are using 'TO_DATE' function in SQL.
When you click on a Report Name on 'Tabular Reports' page, it presents "Insufficient privileges to view this page"
And only if you are using 'TO_DATE' function in SQL.
When you click on a Report Name on 'Tabular Reports' page, it presents "Insufficient privileges to view this page"
This also affects the export function of the application.
You get "Request could not be handled" pop up on UI when you click on: Admin->Import/Export->Export:
From application logs:
ERROR (MSC service thread 1-6) [com.aveksa.server.report.Report] get all display cols
com.aveksa.server.runtime.ServerException: java.sql.SQLSyntaxErrorException: ORA-00920: invalid relational operator
Cause
As part of another fix (to try to fix an issue with dates not returning data properly in report as a column), application was adding ' as d' suffix to the to_date() functions , however it also did this on the 'where' clause causing the failure as it changed it to basically changed:
'WHERE ... TO_DATE(TMEU.CREATION_DATE, 'DD-MON-YY') = TO_DATE(SYSDATE, 'DD-MON-YY')-5)'
to
'WHERE ... TO_DATE(TMEU.CREATION_DATE, 'DD-MON-YY') as d = TO_DATE(SYSDATE, 'DD-MON-YY')-5)'
and causing the above error.
Resolution
It is fixed as part of RSA Identity Governance & Lifecycle 7.0.2 P10 HF02.
Related Articles
Artifacts to gather in RSA Identity Governance & Lifecycle 3.83KNumber of Views Clicking on the Salesforce AFX Connector 'Get OAuth 2.0 Access Token' button results in a redirect_uri_mismatch error in R… 218Number of Views LDAP Collectors report 'No subject alternative names matching IP address n.n.n.n found' in RSA Identity Governance & Lifec… 702Number of Views RSA Identity Governance & Lifecycle Identity Data Collection is failing due to ORA-00904: CUS_ATTR_USER_CAS_XX invalid ide… 574Number of Views Startup fails with Initialization Status error message 'Found invalid object(s) in the database' after migration or patchi… 933Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?