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 460Number of Views Artifacts to gather in RSA Identity Governance & Lifecycle 3.87KNumber of Views How and why the Oracle database should be monitored in RSA Identity Governance & Lifecycle 140Number of Views How to determine the size of a backup before creating one in RSA Identity Governance & Lifecycle 111Number of Views How to Configure Database Backups to write to an NFS File Share instead of Local Directory '/home/oracle/AveksaExportImpor… 440Number 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?