1 准备
1.1 下载oracle和预安装
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle19c-linux-5462157.html
http://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
如果不安装 oracle-database-preinstall, 在安装oracle时会报错:
接着执行:
yum localinstall -y oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
2 安装
2.1执行命令
yum localinstall -y oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm