9.3.1 Initializing the Upgrade
Prerequisite:
Ensure that you execute the cra_bi_view_drop_script file before upgrading from CRA version 8.1.0.0.5 to CRA version 8.1.2.0.0.
- Download the OFS CRA Application Pack Release 8.1.2.0.0 installer (Bug Number: 34117653 ) from My Oracle Support.
- Copy the archive file to your OFSAA Server in Binary Mode.
Note:
The archive files are different for RHEL/Oracle Linux. - Log in to the OFSAA Server with user credentials that were used to install OFSAA.
- Shut down all the OFSAAI Services. See the Stop the Infrastructure Services and Start the Infrastructure Services section in the OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide for details.
- Execute the command:
chmod -R 750 $FIC_HOME - If you have Unzip utility, skip to the next step. Download the Unzip utility (OS-specific) and copy it in Binary mode to the directory that is included in your PATH variable, typically $HOME path or directory in which you have copied the 8.1.2.0.0 installer.
Uncompress the unzip installer file using the command:
uncompress unzip_<os>.ZNote:
If you receive an error message: uncompress: not found [No such file or directory] when the package is not installed, contact your UNIX administrator. - Give execute permission to the file using the command:
chmod 751 OFS_CRA_8.1.2.0.0_<OperatingSystem>.zip - Extract the contents of the Oracle Financial Services Credit Risk Analytics Application Pack 8.1.2.0.0 in the Download Directory installer archive file using the command:
unzip <name of the file to be unzipped> - Give execute permission to the archive file. Navigate to the path where the directory OFS_CRA_PACK exists and execute the command:
chmod –R 755 OFS_CRA_PACK - Identify a directory for installation and set the same in the user .profile file as below:
FIC_HOME=< OFSAA Installation Directory > export FIC_HOME - Execute the user
.profile