Upgrade Process Overview

Explanations of the high level steps involved in the upgrade process are provided below.

High Level Steps In Upgrade Process

  1. Back up the target upgrade environment application database and IVS. This is very important. If any portion of the upgrade fails, then you will need to restore the current environment from this backup before re-running the upgrade utility.
  2. Database user should have Create, Drop and update privileges on Database Tables and Stored Procedures. Once the running of upgrade utility is completed the create and drop privileges have to be revoked from the user.
Grant:
grant create view to <OIPA Username>;
grant create trigger to <OIPA UsernameUsername>;
grant create CREATE SYNONYM to <OIPA Username>;
grant create CREATE TABLE to <OIPA Username>;
grant create UNLIMITED TABLESPACE to <OIPA Username>;
 
Revoke:
REVOKE  CREATE SYNONYM from <User>; REVOKE  create view from <User>; REVOKE  CREATE TABLE from <User>;REVOKE  create trigger from <User>;
  1. Install the Rules Palette Web Application Utility. The Installation guide for your application server is included in the Documentation Library for the 11.2.0.0 release on the Oracle Technology Network (OTN) website.
  2. Install the upgrade utility. The utility is located on the Oracle Software Delivery Cloud (https://edelivery.oracle.com/) in the Oracle Insurance Policy Administration 11.2.0.0 Media Pack. It is listed as a separate download.
    • Configure the Palette Web Application Utility.
    • Unzip the OIPA Version 11.2.0.0 Upgrade Utility.
    • Create the upgrade environment in the upgrade utility and Upgrade Utility login credentials ( this is same as Rules Palette Credentials )
  3. Execute the upgrade utility.
  4. Review the results.
  5. Install a new version of the Rules Palette application. (The Installation guide for your platform is included in the Documentation Library for the 11.2.0.0 release on the Oracle Technology Network (OTN) website).
  6. Log in to the Rules Palette and run the Version Generator.
  7. Install a new version of the OIPA application. (The Installation guide for your application server is included in the Documentation Library for the 11.2.0.0 release on the Oracle Technology Network (OTN) website.
  8. Test the environment.

Note: Executing the upgrade utility will modify the rules and the database structure for the target environment only. Currently, the utility does not support release management, so it will have to be executed in all environments in your production pipeline.

 

 

Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices | About Oracle Insurance | Support | Contact Us