How to execute the upgrade script for the Oracle database?

In order to execute the upgrade script for the Oracle database:

  1. save the oracle.sql file sent by aSISt support to the disk,
  2. from the command line run sqlplus (without switches),
  3. log in with the username and password used to connect to the database in the aSISt program,
  4. execute the script with @<script_path> e.g. @C:Oracleoracle.sql,
  5. save changes using commit