How to solve error while installing php-gd on oracle linux 7 for php 7.4

Trying to install php-gd on Oracle Linux 7 with php7.4. But getting bellow error:

Error: Package: php-oci8-7.4.33-15.el7.remi.x86_64 (remi-php74)
           Requires: libclntsh.so.21.1()(64bit)
 You could try using --skip-broken to work around the problem
** Found 8 pre-existing rpmdb problem(s), 'yum check' output follows:
compat-libstdc++-33-3.2.3-72.el7.i686 has missing requires of libgcc_s.so.1
compat-libstdc++-33-3.2.3-72.el7.i686 has missing requires of libgcc_s.so.1(GCC_3.0)
compat-libstdc++-33-3.2.3-72.el7.i686 has missing requires of libgcc_s.so.1(GCC_3.3)
compat-libstdc++-33-3.2.3-72.el7.i686 has missing requires of libgcc_s.so.1(GLIBC_2.0)
libXext-1.3.3-3.el7.i686 has missing requires of libX11.so.6
libXi-1.7.9-1.el7.i686 has missing requires of libX11.so.6
libXi-devel-1.7.9-1.el7.i686 has missing requires of pkgconfig(xfixes)
libXtst-1.2.3-1.el7.i686 has missing requires of libX11.so.6

Followed all the instructions above, nothing works.