How to check the version of the ORACLE database?

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

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

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