

ORACLE_TERM=xterm export ORACLE_TERM PATH=/user/sbin:$PATH Įxport PATH PATH=$ORACLE_HOME/bin:$PATH export PATH ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1 Įxport ORACLE_HOME ORACLE_SID=dps export ORACLE_SID ORACLE_BASE=/u01/app/oracle export ORACLE_BASE Login as Oracle user and add below lines at the end of /home/oracle/.bash_profile file. # useradd -u 1002 -g oinstall -G dba,oper,asmadmin,asmdba,asmoper oracle #What: oracle database: increase resources available to oracle account.ĭisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows: # and maximum number of concurrent asynchronousĪdd below lines to /etc/security/nf file

#What: oracle database: maximum number of open files #What: oracle database: increase application socket buffers. #What: oracle database: increase autonomous client-side IP port range.

# the following values are for 4 GB of RAM # the following values are for 2 GB of RAM # using getconf PAGE_SIZE command for shmall AND RAM divided # the formula applied below is RAM divided by PAGE_SIZE got # amount of server RAM, and must be adjusted accordingly # NOTE: the values of shmall and shmmax are proportional to the #What: Oracle Database: tune shared memory size #What: Oracle Database: allocate 1 GB of static huge pages Vi /etc/sysconfig/network-scripts/ifcfg-eth0ġ27.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.56.101 oracle.localdomain oracle copy the database folder to /data/database Yum install libaio-devel-0.3.106 (32 bit) Now Install this packages with the following commands:. Gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Clean up the yum cache using command #yum clean all Comment baseurl line and add “baseurl=file:///var/RHEL6.5ISO”ĩ. #mount -o loop,ro /Source /var/RHEL6.5ISOĥ. In case of VirtualBox, Devices ? Insert Guest Additions CD image … ? Configure Sharedįolder Setting from Devices ? Place the ISO file to the shared folder and copy to RHEL ServerĢ. when installation create partition named /dataĬreate yum repository and run command “#yum install PackageName” Prerequisite: Must know How to Install Redhat Linux 6.5 In this blog I will show you how to Install Oracle Database 11g R2 in Redhat Linux 6.5.
