Environment:
Oracle Enterprise Linux 5 . 5 (64 Bit)
Pre-requisites:
1. Oracle Database (11.2.0.1) 64 Bit
2. Repository Creation Utility (RCU) which is available for 32 bit only. We need to use the same for 64 Bit also.
3. java 1.6.0_30 for Linux 64 Bit
4. Weblogic 10.3.5 (Minimal version) for 64 Bit.
5. OBIEE 11g 11.1.1.6.0 (64 Bit)
Installation of Oracle Database 11.2.0.1 (64 Bit)
Create necessary user and group (oracle:dba)
Be sure that you have the list of packages installed at OS
binutils-2.17.50.0.6
compat-libstdc++-33-3.2.3
compat-libstdc++-33-3.2.3 (32 bit)
elfutils-libelf-0.125
elfutils-libelf-devel-0.125
gcc-4.1.2 gcc-c++-4.1.2
glibc-2.5-24
glibc-2.5-24 (32 bit)
glibc-common-2.5
glibc-devel-2.5
glibc-devel-2.5 (32 bit)
glibc-headers-2.5
ksh-20060214
libaio-0.3.106
libaio-0.3.106 (32 bit)
libaio-devel-0.3.106
libaio-devel-0.3.106 (32 bit)
libgcc-4.1.2
libgcc-4.1.2 (32 bit)
libstdc++-4.1.2
libstdc++-4.1.2 (32 bit)
libstdc++-devel 4.1.2
make-3.81
sysstat-7.0.2
Edit the /etc/hosts file to make the entries like
(IP) (machinename.domain.name) (Machine Name)
your entry should be like:
xxx.xxx.xxx.xxx xyz.abc.com xyz
as root user: edit /etc/sysctl.conf
fs.aio-max-nr = 1048576Type /sbin/sysctl -p to make the system ready with the configuration.
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
If necessary, update the resource limits in the /etc/security/limits.conf
configuration file for the installation owner. For example, add the following lines to the /etc/security/limits.conf
file:
oracle soft nproc 2047The installation of Database 11.2.0.1 will be discussed here with proper screenshots..
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
Reboot is required once this part is completed.
2 comments:
I could install on Linux 64 Bit ! thanks a ton for the wealth of the resource OBIEE Online Training
Appreciation for nice Updates, I found something new and folks can get useful info about BEST ONLINE TRAINING
Post a Comment