How to check the ORACLE database version?

To check the ORACLE database version on which the aSISt application is running, you should:

  1. Run the command line as an administrator on the database server
  2. Enter sqlplus
  3. In the place where the user should be given, enter / as sysdba
  4. Enter the command: SQL*Plus: Release database_version

As a result, you will receive information about the Oracle database version.