- Oracle19C的安装与配置
- 把19C的安装包传送到我们的虚拟机(Oracle 19C)
- oracle19C默认安装到/opt/目录下,要保证该目录空间足够
rpm -ivh compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm
rpm -ivh oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
###yum自动解决依赖关系,自动安装其他依赖
yum -y install oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
###19c数据库安装失败,要更改一下目录里权限
[root@master oracle]# rpm -ivh oracle-database-ee-19c-1.0-1.x86_64.rpm warning: oracle-database-ee-19c-1.0-1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY Preparing... ################################# [100%][SEVERE] The install cannot proceed because ORACLE_BASE directory (/opt/oracle) is not owned by "oracle" user. You must change the ownership of ORACLE_BASE directory to "oracle" user and retry the installation.
error: %pre(oracle-database-ee-19c-1.0-1.x86_64) scriptlet failed, exit status 1 error: oracle-database-ee-19c-1.0-1.x86_64: install failed [root@master oracle]#
标签:1.0,x86,数据库,64,oracle,rpm,19c From: https://www.cnblogs.com/cherishthepresent/p/18061473