Install Dependencies for the Oracle Database Software

You must install software packages that the Oracle database software depends on for its proper operation.

  1. Log in to the server as the root user.
  2. Execute the command:
    dnf install -y oracle-database-preinstall-19c
  3. Install the following libraries. Install each of the libraries as per the example given below:
    dnf install -y libnsl
    libnsl.i686, libnsl2, libnsl2.i686, 
    vsftpd, binutils, glibc, 
    glibc-devel, gcc, cpp, 
    glibc-headers, gcc-c++, libstdc++, 
    make, ksh, elfutils-libelf, 
    elfutils-libelfdevel, sysstat,
    libaio, libaio-devel,
    unixODBC,unixODBC-devel
  4. Download the following:
    compat-libcap1-1.10-7.el7.x86_64.rpm
    compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm
  5. Install using the following commands:
    i.  yum -y localinstall compat-libcap1-1.10-7.el7.x86_64.rpm
    ii. yum -y localinstall compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm