2.2 How to Apply This Maintenance Level Release?
This section describes how apply this maintenance release.
To install this Maintenance Level release:
- Load the
.profile
and ensure that$FIC_HOME
corresponds to the proper environment where the patch application is required. Make sure that$FIC_SERVER
is up and running. - Download and copy
37648089_LINUX.zip
(in Binary mode) to the server where OFSAA is installed. - Navigate to
<USER_PATCH_DIR>
and extract the contents of the patch archive file using the command:unzip -a <name of the file to be unzipped>
.For example:
unzip -a 37648089_LINUX.zip
Note:
<USER_PATCH_DIR>
is the location of the<patch>.zip
file.The following are the contents of the folder when the folder is unzipped:
- PatchConfig.xml
- install.sh
- Setup.bin
- validateXMLInputs.jar
- MakeExecutableAction_zg_ia_sf.jar
- Case_DataModel.xml
- Readme_OFSECM_8.1.2.10.0.txt
The -a option mentioned above is required to unzip the patch. If you encounter the error message unzip: not found [No such file or directory] when the package is not installed, contact your UNIX administrator to resolve the issue.
- Navigate to
<USER_PATCH_DIR>/37648089/bin
and grant execute (755) permission for all executables:$ chmod 755*.
- Navigate to
<USER_PATCH_DIR>/37648089/conf/PatchConfig.xml
and provide the following placeholder values:- ##SCHEMA_OUT_XML_PATH## - this attribute refers to the path
which needs to be pointed to
OFS_BD_SCHEMA_OUTPUT.xml
, which was generated at the time of installation. - ##OFS_ECM_DATA_CM_TBSP##and##OFS_ECM_IDX_CM_TBSP## - these
attributes refer to the Data and Index Tablespace Values available in
OFS_ECM_SCHEMA_OUTPUT.xml
which was generated at the time of installation.. - ##FSDF_UPLOAD_MODEL##- attribute must be 1.
- ##SCHEMA_OUT_XML_PATH## - this attribute refers to the path
which needs to be pointed to
- Install the patch by executing the command:
$./install.sh
. - Check if the patch is applied successfully by verifying the patch install logs
under
<USER_PATCH_DIR>/37648089/logs
.Note:
Contact My Oracle Support in case of any errors. - After the patch has been installed successfully, restart the servers, re-create, and deploy the EAR/WAR file.