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 461Number of Views Artifacts to gather in RSA Identity Governance & Lifecycle 3.9KNumber of Views How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle 224Number of Views Recommended Oracle 19c Optimizer Settings for RSA Identity Governance & Lifecycle 629Number of Views How to perform a Database Backup (Export) and a Database Restore (Import) in RSA Identity Governance & Lifecycle 929Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?