Oracle 19c RDBMS Software Installation on CentOS 7 | OVM | MobaXterm
This video I will show how to install Oracle 19c RDBMS Software on CentOS 7
Here I have created a CentOS machine using OVM, so machine name is roytech01
useradd oracle
groupadd oinstall
usermod -g oinstall oracle
mkdir -p /u001/app/oracle/product/19C/db_1
We are going to install oracle 19c on below file system or location which we shall call ORACLE HOME.
Oracle 19c software zip file LINUX.X64_193000_db_home.zip you can download from oracle.com
For installation first you should unzip in the location of ORACLE HOME
ORACLE_HOME=/u001/app/oracle/product/19C/db_1
yum install -y compat-libcap1-1.10
yum install -y libstdc++-devel*
yum install -y sysstat*
yum install -y gcc-c*
yum install -y ksh
yum install -y glibc* -devel*
yum install -y libaio-devel*
yum install -y smartmontools
yum install -y net-tool*
yum install -y compat-libstdc*
Mobaxterm for the GUI.
centos 7