2.2 How to Apply This Maintenance Level Release?
This section describes how apply this maintenance release.
To install this Maintenance Level release:
- The SYS DB must provide the following grant to the ATOMIC DB user:
GRANT execute on ctx_ddl to <ATOMIC_USER>; - Load the
.profileand ensure that$FIC_HOMEcorresponds to the proper environment where the patch application is required. Make sure that$FIC_SERVERis up and running. - Download and copy
39025972_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 39025972_LINUX.zipNote:
<USER_PATCH_DIR>is the location of the<patch>.zipfile.The following are the contents of the folder when the folder is unzipped:
- PatchConfig.xml
- generate_resolved_properties.sh
- install.sh
- OFS_ECM_installer_files.zip
- OFS_ECM_mapping.tsv
- replace_placeholders.sh
- SolSetup.jar
- validateXMLInputs.jar
- MakeExecutableAction_zg_ia_sf.jar
- Case_DataModel.xml
- Readme_OFSECM_8.1.2.12.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>/39025972/binand grant execute (755) permission for all executables:$ chmod 755*. - Navigate to
<USER_PATCH_DIR>/39025972/conf/PatchConfig.xmland provide the following placeholder values:- ##SCHEMA_OUT_XML_PATH## - this attribute refers to the path which needs to be pointed to
OFS_ECM_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.xmlwhich was generated at the time of installation.. - ##FSDF_UPLOAD_MODEL##- attribute must be 1.
- ##EXECUTE_PRE_AND_POST_SCRIPTS##- attribute must be 1.
- ##SCHEMA_OUT_XML_PATH## - this attribute refers to the path which needs to be pointed to
- Navigate to
<USER_PATCH_DIR>/39025972/conf/params.confand provide the following placeholder values:- WEBSERVER_TYPE=For example:
- WEBSERVER_TYPE=TOMCAT
- WEBSERVER_TYPE=WEBLOGIC
- WEBSERVER_TYPE=WEBSPHERE
- WEBSERVER_VERSION=For example:
- TOMCAT: WEBSERVER_VERSION=9.0.107
- WEBLOGIC: WEBSERVER_VERSION=14.1.1
- WEBSPHERE: WEBSERVER_VERSION=9.0.5.23
- WEBSERVER_TYPE=
- 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>/39025972/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.