【Oracle Database】install oracle database 11.2.0.4 on centos 7.5


[root@wallet01 ~]# yum -y install gcc gcc-c++ make sysstat ksh \
binutils elfutils-libelf elfutils-libelf-devel elfutils-libelf-devel-static \
glibc glibc-common glibc-devel glibc-headers \
libaio libaio-devel libstdc++ libstdc++-devel unixODBC unixODBC-devel compat-libcap1 libXext

[root@wallet01 ~]# yum -y install compat-libstdc++*

[root@wallet01 ~]# groupadd oinstall
[root@wallet01 ~]# groupadd dba
[root@wallet01 ~]# useradd -g oinstall -G dba oracle
[root@wallet01 ~]# echo oracle | passwd --stdin oracle
Changing password for user oracle.
passwd: all authentication tokens updated successfully.

[root@wallet01 ~]# cat >> /etc/sysctl.conf <> /etc/security/limits.conf <> /etc/pam.d/login <> /etc/profile <