记一次Linux Centos 7+ 安装Oracle 19c过程(包含卸载)
背景:公司服务器搬家,从阿里云迁到医院机房服务器。系统 Linux Centos 7+步骤:1. 配置hosts先用ifconfig 查看一下本机内网ip。我的主机名是localhostecho "192.168.11.101 localhost localhost">> /etc/hosts2.关闭防火墙systemctl stop firewalldsystemctl disable firewalld3.准备安装目录mkdir /op...