To check the ORACLE database version on which the aSISt application is running, you need:
- Run the command line as an administrator on the database server
- Enter sqlplus
- In the place where the user should be specified, enter / as sysdba
- Enter the command: SQL*Plus: Release database_version
As a result, you will get information about the version of the Oracle database.