Hello ,
Can some one help me with Obiee 11.1.1.7 installation document from scratch. which includes creating oracle account creation in unix
Check this http://docs.oracle.com/cd/E28280_01/bi.1111/e16518/toc.htm#BIEQI110
also
oracle database and Linux: OBIEE 11.1.1.7 Installation - Linux X86_64
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.