How to execute the upgrade script for the Oracle database?

To execute the Oracle database upgrade script:

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