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