Installing Oracle Database Client 64-bit 19c (19.32) on Oracle Linux 10 and Red Hat Enterprise Linux 10

Oracle recommends that you install Oracle Database Client 19c Release 19.32 or later on Oracle Linux 10 and Red Hat Enterprise Linux 10.

To install Oracle Database Client 19c Release 19.32 or later on Oracle Linux 10 and Red Hat Enterprise Linux 10, download the 19.3 Oracle Database Client software binaries from the Oracle website, and then apply the 19.32 release updates (RUs) during the installation process.

Oracle Database Client 64-bit 19c (19.32) Gold Image Installation

During the Oracle Database Client gold image installation process, run the runInstaller command with the -applyRU and -applyOneOffs options to install the latest 19.32 RU for Oracle Linux 10 and or Red Hat Enterprise Linux 10.

$ 19.3_clienthome/runInstaller -applyRU <19.32DBRU patch 39472050 location> -applyOneOffs <19.32OneOff patch 39894800 location>,<19.32OneOff patch 39153061 location>,<19.32OneOff patch 39388682 location>,<19.32OneOff patch 39928540 location>

Oracle Database Client 64-bit 19c (19.32) Shiphome-based Installation

During the Oracle Database Client shiphome based installation process, run the runInstaller command to install the latest 19.32 RU for Oracle Linux 10 or Red Hat Enterprise Linux 10.

$ export CV_ASSUME_DISTID=OL7 
$ 19.3_clienthome/runInstaller

Note:

  • Ignore the linking errors during the 19.3 Oracle Database Client installations and 19.32DBRU.
  • After the 19.3 Oracle Database Client installation is complete, apply the following patches: 19.32DBRU patch 39472050,19.32OneOff patch 39894800, 19.32OneOff patch 39153061, 19.32OneOff patch 39388682, and 19.32OneOff patch 39928540
  • For all Client installations, after you apply a patch, ensure that you run the following command to relink executables and libraries in $ORACLE_HOME
    $ORACLE_HOME/bin/relink as_installed

Oracle Database Global Service Manager (19.32) Shiphome-based Installation

During the Oracle Database Global Service Manager installation process, run the runInstaller command to install the latest 19.32 RU for Oracle Linux 10 or Red Hat Enterprise Linux 10:

$ export CV_ASSUME_DISTID=OL7 
$ 19.3_gsmhome/runInstaller

Note:

  • Ignore the linking errors during the 19.3 Oracle Database Global Service Manager installations and 19.32DBRU.
  • After the 19.3 Oracle Database Global Service Manager installation is complete, apply the following patches: 19.32DBRU patch 39472050,19.32OneOff patch 39894800, 19.32OneOff patch 39153061, 19.32OneOff patch 39388682, and 19.32OneOff patch 39928540
  • For Oracle Database Global Service Manager installations, after you apply a patch, ensure that you run the following command to relink executables and libraries in $ORACLE_HOME
    $ORACLE_HOME/bin/relink as_installed

Oracle Database Gateway (19.32) Shiphome-based Installation

During the Oracle Database Gateway installation process, run the runInstaller command to install the latest 19.32 RU for Oracle Linux 10 or Red Hat Enterprise Linux 10:

$ export CV_ASSUME_DISTID=OL7 
$ 19.3_gatewayshome/runInstaller

Note:

  • Ignore the linking errors during the 19.3 Oracle Database Gateway installations and 19.32DBRU.
  • After the 19.3 Oracle Database Gateway installation is complete, apply the following patches: 19.32DBRU patch 39472050,19.32OneOff patch 39894800, 19.32OneOff patch 39153061, 19.32OneOff patch 39388682, and 19.32OneOff patch 39928540
  • For Oracle Database Gateway installations, after you apply a patch, ensure that you run the following command to relink executables and libraries in $ORACLE_HOME
    $ORACLE_HOME/bin/relink as_installed

Note:

Silent installations are not supported for shiphome-based Oracle Database Client 19c, Oracle Database Gateway 19c, and Oracle Database Global Service Manager 19c installations on Oracle Linux 10 and Red Hat Enterprise Linux 10.