0% found this document useful (0 votes)
117 views14 pages

OBIEE Installation Steps

This document outlines the steps to install Oracle Business Intelligence 11g including: 1) Installing the Repository Creation Utility (RCU) by running a batch file which creates errors that the database does not meet minimum requirements and to use a supported version like 10.2.4.0 or 11.1.7.0. 2) The OBIEE installation starts by providing passwords for all schemas, WebLogic, and the sample repository. 3) After installation, only user weblogic with password Ibcs1234 can log in but this will cause errors on restart, so the DEV_MDS and DEV_BIPLATFORM users must be altered using SQLPlus to use the sys_password.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views14 pages

OBIEE Installation Steps

This document outlines the steps to install Oracle Business Intelligence 11g including: 1) Installing the Repository Creation Utility (RCU) by running a batch file which creates errors that the database does not meet minimum requirements and to use a supported version like 10.2.4.0 or 11.1.7.0. 2) The OBIEE installation starts by providing passwords for all schemas, WebLogic, and the sample repository. 3) After installation, only user weblogic with password Ibcs1234 can log in but this will cause errors on restart, so the DEV_MDS and DEV_BIPLATFORM users must be altered using SQLPlus to use the sys_password.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 14

OBIEE 11G INSTALLATION STEPS

In order to install obiee you need to install RCU first-

RCU Installation for BI 11g


In windows run this batch file:
D:\BIEE_11g_Source\bishiphome\RCU_WIn\rcuHome\BIN\ rcu.bat

RCU-6002:The specified database does not meet the minimum requirement


to load metadata repository. RCU-6080:Global prerequisite check failed Check requirement for specified database The database you are connecting is
not a supported version. Enter Database with version equal to or higher than
10.2.0.4.0 in 10g or version equal to or higher than 11.1.0.7.0 in 11g. Refer to
the certification matrix for supported DB versions

OBIEE INSTALLATION STARS FROM HERE

Press ignore

All schema password sys123

BIEE installation starts from here

Weblogic password Ibcs1234


Sample repository password Admin123

Important to remember
After installation you could login by user weblogic and password Ibcs1234 but after
you shutdown the machine you could not login by user weblogic , it will throws an
error invalid userid and password. For that you have to alter 2 users
-

DEV_MDS

DEV_BIPLATFORM

How Connect 11g database using sqlplus and then give the command
-

Alter user DEV_MDS identified by sys_password

Alter user DEV_BIPLATFORM identified by sys_password

After that stop the BI services and then start the BI services and login with weblogic
user with password Ibcs1234. After that when you want to connect any schema with
BI administration it will connect automatically. For 11g biee copy the tnsname.ora
file from database 11g network folder to biee network folder.

You might also like