一、软件准备
VMware17+linux+oracle19+TC13 数据库服务器安装
链接:https://pan.quark.cn/s/2c61c6391b44
如果安装过程中出现不能访问的情况用root账户运行:xhost + 127.0.0.1
LINUX.X64_193000_db_home.zip
TCoracle模板.zip
#先修改计算机名称
hostnamectl set-hostname tcoracleserver
二、创建Oracle用户
groupadd oinstall
groupadd dba
useradd -g oinstall -G dba oracle
passwd oracle
重启计算机进入oracle账户下
三、重启虚拟机登录到Oracl下
#支持库安装
yum install binutils compat-libstdc++-33 compat-libstdc++-296 elfutils-libelf elfutils-libelf-devel gcc