2. Upgrading the Oracle Financial Services Lending and Leasing Database

2.1 Pre-requisites

2.2 Audience

This document is intended for system administrators or application developers who are upgrading Oracle Financial Services Lending and Leasing Application.

2.3 Conventions Used

Term

Refers to

Home Directory/$OFSLL_HOME

Oracle Financial Services Lending and Leasing Home Directory

Application

Oracle Financial Services Lending and Leasing

2.4 Upgrading Application Database

An upgrade is a process of updating an existing version to its higher version. For example, upgrading Oracle Financial Services Lending and Leasing from 14.11.0.0.0 to 14.12.0.0.0.

Before you start with the upgrade process, execute the following grants as sys user. This facilitates to have materialized view to be created in OFSLL:

grant CREATE MATERIALIZED VIEW TO ${USERID};

Note

Oracle Financial Services Lending and Leasing also supports direct upgrade from 14.10.0.0.0 to 14.12.0.0.0 version.

To perform Direct Upgrade from 14.10.0.0.0 to 14.12.0.0.0, do the following:

2.4.1 Upgrade to 14.12.0.0.0

Choose ‘2’ as the installer option at the ‘Selecting the Install Type’ stage, then the script runs the upgrade installer.

Respond to the prompts and continue. For more details, refer to ‘Installing Upgrade’ section in Database Installation Guide.

While installing the upgrade, the installer performs the following tasks:

  1. Stop the running services, if any.

  2. In case you see the below prompt to stop the queue for loading objects, press ‘Y’ and press Enter to confirm.

  3. In case the Schema is EBR (Edition based Redefinition) enabled,
    • You will be prompted as below. Press 'Y' and enter to continue.

    • Enter the Edition name and press enter. Confirm 'Y' when prompted.

  1. Install the upgrade

  2. Recompile the invalid objects and complete installation.

  3. Install the database object of web services by referring to the instructions detailed in chapter 2 ‘Installing WebServices Database Objects’ of WebServices Installation Guide.
  4. Grant access/permission by doing the following:

In the prompt, enter the user responsibility. You can also specify ‘ALL’ to provide screen access to all the users in bulk.

Further, you can customized the access through Setup > User > Access screen as detailed in setup guide.

Note

2.4.2 Upgrade Application

Perform the below steps to upgrade OFSLL Application:

  1. Copy the latest OfsllCommonCSF.jar from OfsllQueueApp.ear/lib/ available in the staging area to $DOMAIN_HOME/lib.
  2. Undeploy the existing Application.
  3. Deploy the Application (Refer to chapter 5 in the Application Installation Guide for details on redeployment of applications).
  4. Similarly undeploy and deploy the web services (For more information on deploying Restful WebService, refer to section - 'Deploy RESTful WebServices' in 'WebServices Installation Guide').

2.5 Updating the Reports

Refer OAS Installation Guide for details on updating the reports.