Install OBIEE 11g on Windows by using Microsoft sql server as an database server
Download Oracle OBIEE 11G on your PC as per system architecture.
And download RCU(Repository Creation Utility ) from same page where u downloaded OBIEE.
- Extract RCU and open rcuHome\BIN location
- Run RCU bat file and click next.
- Select create repository option and click next.
- Select database type as microsft sql server.
- Unicode support: Yes
- Server Name: complete server name or ip address or host\server format.
- Port: 1433
- Database Name:
Open SQL server management studio.
create one new database in sql server(Ex OBIEE) and whle creating database In sql server in owner option give admin user name(ex: sa) and click apply.
And open Quiery window.
Execute below commands.
ALTER DATABASE obirep COLLATE Latin1_General_CS_AS
ALTER DATABASE obirep SET READ_COMMITTED_SNAPSHOT ON
Navigate in to rcu_home folder
rcuHome\rcu\integration\epm\registry\scripts\sqlserver and open createfr.sql into notepad for editing.
Replace each semicolon terminator and change every instance of Sql_Latin1_General_cp1_CI_AS to be Latin1_General_CS_AS to refelect s pecific UK settings.
- User Name: sa
- Password: sql admin password(sa password).
- Click "Next". This will start the pre-requisite checks.
- Click next and select Oracle Business intelligence component and AS common schemas. Prefix as DEV
- Click next and Enter schema password and make a note of password.
- Click next and click create and close the window.
OBIEE instalation:
Put all disk folders(Ie Disk 2 ,3,4) into Disk 1 folder
- Open Disk 1 and click on setup.exe
- Click Skip Software updates and select simple install
- Pr-requisites check has been done.
- In middleware home give path to obiee installtion and click next.
- Enter the 'Weblogic' Admin credentials.(Remebered password ie: schema password)
- Configuring the components. In my case I select all.
- Specify the databse connection parameters.
- Database type: sql server
- Connect string: servername:1433:databasename
- Biplatform schema name: DEV_BIPLATFORM
- Password: schema password.
8) Click next and click install
Installation will take long time.


