Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 210 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11.1.1.7 installation

Hello ,
Can some one help me with Obiee 11.1.1.7 installation document from scratch. which includes creating oracle account creation in unix
Answers
-
-
Hello,
As an overview of install, you have to install
0. Comply with the requeriments of OS, try to use static IP, setting your network.
1. Oracle Database (this is optional if you have already installed database)
2. Install RCU
3. Install OBIEE Software
http://docs.oracle.com/cd/E28280_01/bi.1111/e10539/toc.htm
In OS linux:
1, login with root, execute this command
-groupadd dba
- useradd -G dba oracle
- passwd pwduwant
2. Create the home root for Oracle BI HOME
/u01/oraclebi
3. Give the owner for oracle
chown -R oracle:dba /u01/oracle
4. Give the permissions for oracle
chomd -775 /u01/oraclebi
Kind Regards.
0