Oracle database preinstall 11g rpm
Oracle database preinstall 11g rpm
Installing the Oracle Preinstallation RPM
[root@rac-1 ~]# yum -y install oracle-rdbms-server-11gR2-preinstall.x86_64 |
Creating Owner User
groupadd -g 1000 oinstall |
Creating the Oracle Home and Oracle Base Directory
mkdir -p /u01/app/11.2.0/grid |
Configuring Owner User Environments
cat >>/home/oracle/.bash_profile <<"EOF" |
Checking Resource Limits
[root@rac-1 ~]# grep ^oracle /etc/security/limits.conf | sed 's/oracle/grid/' >> /etc/security/limits.conf |
Installing the cvuqdisk RPM for Linux
CVUQDISK_GRP=oinstall; export CVUQDISK_GRP |
Installing Oracle Grid Infrastructure for a New Cluster
unzip /soft/p13390677_112040_Linux-x86-64_3of7.zip |
Installing the Oracle Database Software
unzip p13390677_112040_Linux-x86-64_1of7.zip; unzip p13390677_112040_Linux-x86-64_2of7.zip |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.





