oracle12c installation on linux

Published: 03 September 2013
on channel: Aamir
76

Os:OracleLinux-R6-U1-Server-x86_64
database:12cR1
Tools: Vmware

oracle 12c installation steps are:
1. preinstall package to perfom all prerequisite
yum install oracle-rdbms-server-12cR1-preinstall -y

2. add following line -etc-security-limits.conf
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft stack 10240
oracle hard stack 32768

3. Create Groups
groupadd -g 54321 oinstall
groupadd -g 54322 dba
groupadd -g 54323 oper
-g 54324 backupdba
-g 54325 dgdba
-g 54326 kmdba
-g 54327 asmdba
-g 54328 asmoper
-g 54329 asmadmin

4. create user and password
useradd -u 54321 -g oinstall -G dba,oper oracle
passwd oracle

5.Amend the --etc-security-limits.d-90-nproc.conf
Change this
soft nproc 1024
To this
nproc 16384

6.
mkdir -p -u01-app-oracle-product-12.1.0-db_1
chown -R oracle:oinstall -u01
chmod -R 775 -u01

7. xhost +

8. -home-oracle-.bash_profile
export TMP=-tmp
export TMPDIR=$TMP

export ORACLE_HOSTNAME=ol6-121.localdomain
export ORACLE_UNQNAME=cdb1
export ORACLE_BASE=-u01-app-oracle
export ORACLE_HOME=$ORACLE_BASE-product-12.1.0-db_1
export ORACLE_SID=cdb1

export PATH=-usr-sbin:$PATH
export PATH=$ORACLE_HOME-bin:$PATH

export LD_LIBRARY_PATH=$ORACLE_HOME-lib:-lib:-usr-lib
export CLASSPATH=$ORACLE_HOME-jlib:$ORACLE_HOME-rdbms-jlib

9. .-runInstaller


Watch video oracle12c installation on linux online without registration, duration 07 minute 34 second in high hd quality. This video was added by user Aamir 03 September 2013, don't forget to share it with your friends and acquaintances, it has been viewed on our site 76 once and liked it people.