Oracle 11g R2 安装全攻略 - CentOS 7 图文教程
1. 操作系统:CentOS 7
2. 安装包:
linux.x64_11gR2_database_1of2.zip
linux.x64_11gR2_database_2of2.zip
[root@mth ~]# systemctl stop firewalld.service
[root@mth ~]# systemctl disable firewalld.service
[root@mth ~]# vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
[root@mth ~]# groupadd oinstall
[root@mth ~]# groupadd dba
[root@mth ~]# useradd -g oinstall -g dba -m oracle
[root@mth ~]# passwd oracle
更改用户 'oracle' 的密码 。
新的 密码:
无效的密码: 密码少于 8 个字符
重新输入新的 密码:
passwd:所有的身份验证令牌已经成功更新。
[root@mth ~]# id oracle
uid=1000(oracle) gid=1001(dba) 组=1001(dba)
[root@mth ~]# mkdir -p /data/database
[root@mth ~]# cd /data
[root@mth data]# chown -R oracle:oinstall /data/database
[root@mth data]# vi /etc/redhat-release
注:Oracle 默认不支持 centos,所以需要将 centos 改为 redhat
[root@mth data]# yum -y install binutils* compat-libcap1* compat-libstdc++* gcc* gcc-c++* glibc* glibc-devel* ksh* libaio* libaio-devel* libgcc* libstdc++* libstdc++-devel* libXi* libXtst* make* sysstat* elfutils* unixODBC*
[root@mth data]# vi /etc/sysctl.conf
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
fs.file-max = 6815744
fs.aio-max-nr = 1048576
kernel.shmall = 2097152
kernel.shmmax = 2147483648
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= 1048576
[root@mth data]# vi /etc/security/limits.conf
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
[root@mth data]# vi /home/oracle/.bash_profile
export ORACLE_BASE=/home/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
export ORACLE_UNQNAME=orcl
export ORACLE_TERM=xterm
export PATH=$ORACLE_HOME/bin:/usr/sbin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export LANG=C
export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
[root@mth data]# reboot
[oracle@mth src]$ unzip p13390677_112040_Linux-x86-64_1of7.zip -d /data/database/
[oracle@mth src]$ unzip p13390677_112040_Linux-x86-64_2of7.zip -d /data/database/
[oracle@mth src]$ su root
密码:
[root@mth src]# chown -R oracle:oinstall /data/database/database/
[root@mth src]# ls /data/database/database/
install readme.html response rpm runInstaller sshsetup stage welcome.html
[root@mth src]# xhost +
[root@mth database]# su
资源下载
标签:
加入本站QQ群获取更多实时游戏软件,线报,资源,福利点我加群
免责声明:
多特下载站仅为用户提供信息存储空间服务,所有资源均来源于网络或用户上传。我们无法对所有内容进行逐一审核,因此不保证资源的绝对准确性和完整性。用户在使用过程中应自行判断并承担相关风险。如涉及版权问题,请及时联系我们处理。对于因使用本站资源引发的一切争议、损失或法律责任,除法律明确规定外,多特下载站概不负责。请用户务必遵守法律法规,合理合法使用下载内容。侵删请致信E-mail: caozl@nbrjwl.com