First of all, make sure you perform the installation in a certified platform. Take a look at the Certification Matrix:
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
Look for the link under:
"System Requirements and Supported Platforms for Oracle Fusion Middleware 12c (12.2.1)"
0. Review Certification Matrix.
Minimum Oracle DB version : 11.2.0.4+
Windows OS : 2012 / 2012 R2
Even though the certification matrix does not list Windows 2008 I gave it a try and successfully
installed the software.
1. Gather the installation files from
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/business-intelligence-2717951.html
So, it is very clear what we need for Windows installation:
- JDK
- Weblogic Server12c
- BIEE 12c
- Configuration
Just ensure you are using the recommended JDK version by issuing the following command:
C:\temp> java -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot (TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
2. Next, we proceed with the installation of WLS 12c. Invoke the WLS jar file by issuing the
following command:
C:\temp>"c:\Program Files\Java\jdk1.8.0_65\bin\java" -jar fmw_12.2.1.0.0_infrastructure.jar
Then just follow the Installer steps:
This step is important not to overlook. I highly recommend to always check for possible patches (you will need an account with Oracle Support)
The installer detected a patch to install 18994592
3. Installing OBIEE12c:
Let's assume the OBIEE12c installation files have been placed in a temp directory and unzipped.
Then it should look like this:
Should you get error code =1 during the installation then please apply workaround indicated (here)
Here again, we are given the opportunity for the installer to check for patches of this installation. So if you have an account with Oracle Support, proceed to enter the details
Use the same Oracle_Home of the WLS12c installation:
Here, select the second option so you get the samples installed.
Warning: Be patient. The previous step may take a little while to complete.
3. Configuration:
Well, so far OBIEE12c software has been installed but yet one final step is required: Configuration. For this purpose, go to Oracle_home\bi\bin and execute the file config.cmd
This step will Add a new BI DOMAIN (Domain Name : bi) in Weblogic Server 12c
This step will create the OBIEE12c Metadata in the Oracle Database (typically performed by RCU)
Notice now the port range is 9500-9999
This will install SampleAppLite as demo application of OBIEE12c
Components
- Essbase
- BIEE
* OBIPS (Port 9507)
* Cluster controller (Main port 9508, monitor 9509)
* Java host (Port 9510)
* Scheduler (Main port 9511, monitor 9512, script 9513)
- BIP
Domain
BI Domain Name: bi
Domains Directory: C:\fusionMW\Oracle_Home\bi\bin\..\..\user_projects\domains
Admin server (HTTP port 9500, HTTPS 9501, internal 9504)
Managed server (HTTP port 9502, HTTPS 9503, internal 9505)
Database
New schemas
Database type: ORACLE
Connect string: biserver:1521:orcl
New RCU prefix: DEV
Port Management
Port range
Port range start: 9500
Port range end: 9999
Application
SampleAppLite
Service Instance Key: ssi
Service Instance Limit: 1
Entry points
BI Analytics: http://biserver:9502/analytics
BI Publisher: http://biserver:9502/xmlpserver
WebLogic Console: http://biserver:9500/console