oracle静默安装
环境截图
准备工作:
1:修改主机名
hostnamectl set-hostname myoracledemo
2:添加主机名与IP对应记录
vim /etc/hosts
192.168.111.128 myoracledemo
3:关闭Selinux
sed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config
setenforce 0
4:yum源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
1:修改主机名