Friday 29 January 2021

EPM 11.2.4: Downloads, Verification and Unzipping

So Oracle Hyperion EPM 11.2.4 has been released! For more information on that read here:
https://blogs.oracle.com/proactivesupportepm/enterprise-performance-management-epm-1124-is-available

To download the files needed for the release you need to head over to Oracle eDelivery: https://edelivery.oracle.com

The below table details which files have changed from the initial release with bold:

ZIP File Name Download Description SHA1 Hash
V44413-01.zip Oracle WebLogic Server 12.1.3.0.0 for Microsoft Windows x64 (64-bit) 02B2EB70A5B208EE20083E9DA833983D98F00DD5
V44425-01.zip Oracle Data Integrator 12.1.3.0.0 for Microsoft Windows x64 (64-bit) A4B97264516F1A75AA33F5FAA0D49AAB32C0558C
V886440-01.zip Oracle Fusion Middleware 12c (12.2.1.3.0) SOA Suite and Business Process Management 8D65D949C862CB4652D2D28D69BEEDD4DF918B39
V886442-01_1of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) SOA Quick Start (Part 1) 2B308A22414861073937345379CBEAE6346A37FA
V886442-01_2of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) SOA Quick Start (Part 2) E2F05CA1060C266D119FEF7055158354FAF638D8
V886451-01_1of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) Data Integrator (Part 1) D80310331C0003F27752AB4AEB8747A3FB609DB3
V886451-01_2of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) Data Integrator (Part 2) 76450D1FC463B7EBF2057C6C548D694409854211
V933015-01.zip Oracle Fusion Middleware 12c (12.2.1.3.0) Internet Directory for Microsoft Windows x64 (64-bit) CF09129C9E1D974749094E230792DB4C0B2C5F7E
V933018-01_1of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) Identity and Access Management Quick Install (Part 1) 64CD01DC271999DF0B399E59805C3A21F65E5898
V933018-01_2of2.zip Oracle Fusion Middleware 12c (12.2.1.3.0) Identity and Access Management Quick Install (Part 2) C953B5CD7EC299BD7A89C14218AEEB0C2AD37877
V1006387-01.zip Oracle Enterprise Performance Management System - Client Installers 11.2.4.0.0 2277D5254BF3A9AE34F338E7EEA8E6A76DA91B49
V1006313-01.zip Oracle Data Relationship Management Analytics 11.2.4.0.0 B3AD6C166547E80F090D97DC8B162777E00E4138
V1006444-01.zip Oracle Enterprise Performance Management System - Part 1 11.2.4.0.0 0E0B19CB59977A98C898DA1261116B3ECA19B4B9
V1006393-01.zip Oracle Enterprise Performance Management System - Part 2 11.2.4.0.0 E0CDC5716E1B6C739B823A569142C6EE89DBE689
V1006446-01.zip Oracle Enterprise Performance Management System - Oracle HTTP Server 11.2.4.0.0 77AAEFCF1F47CDEB2CEDCD4028F19178A27F562F
V1006394-01.zip Oracle Enterprise Performance Management System - Part 3 11.2.4.0.0 EFFAB6DCD9F3D0EC5B2A02ABAB11A1539C3690C6
V1003501-01.zip Oracle Enterprise Performance Management System - Part 4 11.2.4.0.0 6D83526A61C48262D84C4AC1B353A7823D16960A
V1006398-01.zip Oracle Enterprise Performance Management System - Part 5 11.2.4.0.0 99A9F85F052AC4F9D2D0123C8944582094F42418
V1006405-01.zip Oracle Enterprise Performance Management System - Part 6 11.2.4.0.0 204CC0D92B424054CB8F8F156136D51E28CF62A1
V1006312-01.zip Oracle Data Relationship Management 11.2.4.0.0 FEA40603924505BAC8B966B41F69B13B2141B72D
V1006299-01.zip Oracle Enterprise Performance Management System - Installation Documents and Readmes 11.2.4.0.0 7B1E17575F71F618AF263A41FC07DAE0C855F148


I have a recommendation for people who have issues with Oracle's download manager or using the wget option - if you use Firefox as your browser you can install the Download Star add-in to download the ZIP files in an organised manner. Use the naming mask ${text} and choose to skip on conflict.

You only really need to download the ZIP files below. As before, use sha1sum to calculate the hashes:

sha1sum *.zip
7b1e17575f71f618af263a41fc07dae0c855f148 *V1006299-01.zip
fea40603924505bac8b966b41f69b13b2141b72d *V1006312-01.zip
b3ad6c166547e80f090d97dc8b162777e00e4138 *V1006313-01.zip
2277d5254bf3a9ae34f338e7eea8e6a76da91b49 *V1006387-01.zip
e0cdc5716e1b6c739b823a569142c6ee89dbe689 *V1006393-01.zip
effab6dcd9f3d0ec5b2a02abab11a1539c3690c6 *V1006394-01.zip
ddeb7bef0dbdd4c0242e96d701ce4e236e930b26 *V1006396-01.zip
99a9f85f052ac4f9d2d0123c8944582094f42418 *V1006398-01.zip
204cc0d92b424054cb8f8f156136d51e28cf62a1 *V1006405-01.zip
0e0b19cb59977a98c898da1261116b3eca19b4b9 *V1006444-01.zip
77aaefcf1f47cdeb2cedcd4028f19178a27f562f *V1006446-01.zip


As before we use 7za.exe to extract the files correctly, make sure 7za.exe is in the PATH and run the following commands:

7za x -y -oClient_Installers V1006387-01.zip
7za x -y -oDRM V1006313-01.zip
7za x -y V1006444-01.zip
7za x -y V1006393-01.zip
7za x -y V1006394-01.zip
7za x -y V1006396-01.zip
7za x -y V1006398-01.zip
7za x -y V1006405-01.zip
7za x -y V1006446-01.zip
7za x -y -oDRM V1006312-01.zip
7za x -y -oDocumentation V1006299-01.zip

We should now have a folder with all of the correct ZIP files.