How to determine the Oracle database version in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-22
Article Number
Applies To
RSA Version/Condition: All
Issue
Resolution
aveksaServerInfo.log
The aveksaServerInfo.log keeps current and historical information on application and database version.
Login to the application server as the oracle user and execute the following:
$ cat $AVEKSA_HOME/wildfly/standalone/log/aveksaServer.log | grep 'Oracle version:' Oracle version: 12.1.0.2
If there is more than one item in the list, the last item in the list is the current version.
SQL*PLUS
When logging into SQL*Plus, the welcome banner displays the database version.
Login to the application server as the oracle user and execute the following:
$ sqlplus SQL*Plus: Release 12.1.0.2.0 Production on Fri Apr 24 16:08:53 2020 Copyright (c) 1982, 2014, Oracle. All rights reserved.
SQL Developer (or similar tool)
Login to a tool such as SQL Developer as either avuser or SYS and execute the following:
select * from product_component_version;
Oracle Alert Log
The Oracle Alert Log contains Oracle database release information.
Login to the application server as the oracle user and execute the following:
$ cat /u01/app/oracle/diag/rdbms/avdb/AVDB/trace/alert_AVDB.log | grep Release Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production Release: 4.12.14-94.41-default
Related Articles
Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 468Number of Views Artifacts to gather in RSA Identity Governance & Lifecycle 3.91KNumber of Views Performance Issues in Oracle 19c with Database Statistics in RSA Identity Governance & Lifecycle 391Number of Views How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle 229Number of Views How to manage database growth in RSA Identity Governance & Lifecycle 440Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process
Don't see what you're looking for?