2.2 How to Apply This Maintenance Level Release?

This section describes how apply this maintenance release.

To install this Maintenance Level release:

  1. The SYS DB must provide the following grant to the ATOMIC DB user:
    GRANT execute on ctx_ddl to <ATOMIC_USER>;
  2. 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.
  3. Download and copy 39025972_LINUX.zip (in Binary mode) to the server where OFSAA is installed.
  4. 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.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
    • 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.

  5. Navigate to <USER_PATCH_DIR>/39025972/bin and grant execute (755) permission for all executables: $ chmod 755*.
  6. Navigate to <USER_PATCH_DIR>/39025972/conf/PatchConfig.xml and provide the following placeholder values:
    1. ##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.
    2. ##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..
    3. ##FSDF_UPLOAD_MODEL##- attribute must be 1.
    4. ##EXECUTE_PRE_AND_POST_SCRIPTS##- attribute must be 1.
  7. Navigate to <USER_PATCH_DIR>/39025972/conf/params.conf and provide the following placeholder values:
    1. WEBSERVER_TYPE=
      For example:
      • WEBSERVER_TYPE=TOMCAT
      • WEBSERVER_TYPE=WEBLOGIC
      • WEBSERVER_TYPE=WEBSPHERE
    2. WEBSERVER_VERSION=
      For example:
      • TOMCAT: WEBSERVER_VERSION=9.0.107
      • WEBLOGIC: WEBSERVER_VERSION=14.1.1
      • WEBSPHERE: WEBSERVER_VERSION=9.0.5.23
  8. Install the patch by executing the command: $./install.sh.
  9. 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.
  10. After the patch has been installed successfully, restart the servers, re-create, and deploy the EAR/WAR file.