Chapter 2. Installing the Prerequisite Software
This chapter will cover the steps to install the software needed before we can install the Oracle Business Intelligence Enterprise Edition (OBIEE) software. OBIEE can be installed on a variety of operating systems, either directly or on a virtual machine (VM) (see the Oracle site for details on all supported operating systems).
We will install a Java Development Kit (JDK), which underpins the server software and is actually used to install the software. We will then install the Application Server - Oracle Fusion Middleware.
We have already installed a SQL Server database that will host the metadata tables. We used a trial version of SQL Server 2016, but you can use MySQL if you prefer (MySQL is free to use). Oracle XE is not supported for the metadata.
The final task is to install some schemas in the SQL Server database that will be used by the OBIEE system.
Before we begin, though, make sure you have suitable tools on your machine to...