This guide assumes you already have installed Oracle on your Linux machine and you now want to install Oracle Business Intelligence. It also assumes you are working on a 64-bit Linux machine. Before proceeding to the installation of OBIEE do the following:
Tip #1
– Open your terminal window and type: “sqlplus / as sysdba”
– Wait for a while and type “startup”
– Type “exit” in your terminal and again type “lsnrctl start”. ————————————————————————————————————
When you reach the point for Database Connection Details in Repository Creation Utility (RCU) do the following:
Host Name: localhost
Port: 1521
Search for file called “tnsnames.ora” in you Oracle installation folder, something like (/oracle/app/oracle/product/11.2.0/db_1/network/admin) and fill in Service Name: appropriately.
Username: sys
Password: The password used when installing Oracle. ————————————————————————————————————
After installing RCU, proceed to the Oracle Business Intelligence Enterprise Edition (OBIEE) installation.
Before you do the installation follow the tip below:
Tip #3
Search for file called “ORAPARAM.ini” in a location like “bishiphome/Disk1/install/linux64″ and append the following line:
JRE_MEMORY_OPTIONS=” -mx1024m -XX:MaxPermSize=1024m”
This will prevent the installation from hanging and finally failing. It is very frustrating to fail, uninstall and start the process again! So make sure you do this step before installation. ————————————————————————————————————
When you reach the point where OneOff Patches are being installed (Step 13 of 15), follow the tip below:
Tip #4
Search for file called “ORAPARAM.ini” in a location like “OBIEEMIDDLEWARE/Oracle_BI1/oui” and append
JRE_MEMORY_OPTIONS=” -mx1024m -XX:MaxPermSize=1024m”
This will allocate sufficient memory to Java when config.bat file is executed (Step 14 of 15). ————————————————————————————————————
After installing OBIEE you have to make sure that the following links are working:
WebLogic Console
https://[hostname]:7001/console
Oracle Enterprise Manager
https://[hostname]:7001/em
Business Intelligence Enterprise Edition
https://[hostname]:9704/analytics
For these to work follow the tip below:
Tip #5
Open Terminal
1) go to OBIEEMIDDLEWARE/wlserver_10.3/server/bin type “./startNodeManager.sh”
2) go to OBIEEMIDDLEWARE/Oracle_BI1/products/Essbase/aps/deployments/Weblogic/7.0 type “./startWebLogic.sh”