Thursday 29 April 2021

EPM 11.2.5: Downloads, Verification and Unzipping

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

Two points to note that are potentially very interesting are the "delivery of" Fusion Middleware 12.2.1.4 and Java version 1.8.0_251 and the certification of SQL Server 2017. It isn't clear how exactly the Middleware will be upgraded to 12.2.1.4,
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
V1008705-01.zip Oracle Enterprise Performance Management System - Client Installers 11.2.5.0.0 D248837A92A5C694CA8C7544685046EFB8A3F7EF
V1008703-01.zip Oracle Data Relationship Management Analytics 11.2.5.0.0 7F7706EABBC82E21FB655F263D97444A11C2ECE1
V1008716-01.zip Oracle Enterprise Performance Management System - Part 1 11.2.5.0.0 DF6C1CBFBCC1E7F9AF6A8800184231C1BEE0533D
V1008720-01.zip Oracle Enterprise Performance Management System - Part 2 11.2.5.0.0 518AAF30F52E219607DDD91B60F19BEC0A5CA5B1
V1008713-01.zip Oracle Enterprise Performance Management System - Oracle HTTP Server 11.2.5.0.0 ACE46B4148C3C7ABA315616BEE3823CF38A4472B
V1008735-01.zip Oracle Enterprise Performance Management System - Part 3 11.2.5.0.0 C9BFA2B8A748082EDF87C3DADEFCECDF226FCC1F
V1008724-01.zip Oracle Enterprise Performance Management System - Part 4 11.2.5.0.0 1FDEC70A53B98C139EF380C352F6ED3928ACE172
V1008711-01.zip Oracle Enterprise Performance Management System - Part 5 11.2.5.0.0 0C9ACBB4DEE7D8AB6EDA7509E086CB908337736D
V1008708-01.zip Oracle Enterprise Performance Management System - Part 6 11.2.5.0.0 0D8362E10742DBDB2204AFA31E0E97194FE7A769
V1008702-01.zip Oracle Data Relationship Management 11.2.5.0.0 7854110905ECDEACCB8504D844ACD652C26C4AA0
V1008701-01.zip Oracle Enterprise Performance Management System - Installation Documents and Readmes 11.2.5.0.0 BFA99F8B9636D8AA7737E17A3C8AB2612BA6483E


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
bfa99f8b9636d8aa7737e17a3c8ab2612ba6483e *V1008701-01.zip
7854110905ecdeaccb8504d844acd652c26c4aa0 *V1008702-01.zip
7f7706eabbc82e21fb655f263d97444a11c2ece1 *V1008703-01.zip
d248837a92a5c694ca8c7544685046efb8a3f7ef *V1008705-01.zip
0d8362e10742dbdb2204afa31e0e97194fe7a769 *V1008708-01.zip
0c9acbb4dee7d8ab6eda7509e086cb908337736d *V1008711-01.zip
ace46b4148c3c7aba315616bee3823cf38a4472b *V1008713-01.zip
df6c1cbfbcc1e7f9af6a8800184231c1bee0533d *V1008716-01.zip
518aaf30f52e219607ddd91b60f19bec0a5ca5b1 *V1008720-01.zip
1fdec70a53b98c139ef380c352f6ed3928ace172 *V1008724-01.zip
c9bfa2b8a748082edf87c3dadefcecdf226fcc1f *V1008735-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 V1008705-01.zip
7za x -y -oDRM V1008703-01.zip
7za x -y V1008708-01.zip
7za x -y V1008711-01.zip
7za x -y V1008713-01.zip
7za x -y V1008716-01.zip
7za x -y V1008720-01.zip
7za x -y V1008724-01.zip
7za x -y V1008735-01.zip
7za x -y -oDRM V1008702-01.zip
7za x -y -oDocumentation V1008701-01.zip

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