8.2.3 Software Requirements for Oracle Linux 9.4 (64-bit)

Component Requirement
OS Version (Patches) Oracle Linux 9.4 x86_64 (64-bit)
C/C++ Compilers C/C++: gcc/g++ 11.4.1 20231218 (Red Hat 11.4.1-3.0.1)
Java Runtime Environment (JRE) Tested with JDK 1.8.0_441
Java Development Kit (SDK) Tested with JDK 1.8.0_441
Database Tested with Database: Oracle DB client 19c

Note:

  • libnsl is no longer available in Oracle Linux 9. Thus, you must install libnsl before you install Oracle Tuxedo 22.1.1.0.0.
  • Tuxedo 22.1.1.0.0 depends on libnsl.so.2. If it's not available in /lib64, then run the commands below:

    cd /lib64

    sudo ln -s libnsl.so.3.0.0 libnsl.so.2

  • The Kerberos Security Plug-in is not supported on this platform.
  • ATMI users need a C, C++ or COBOL compiler.
  • CORBA C++ users need a C++ compiler and linker.
  • For compiler compatibility:

    Look for documentation from the compiler vendor that provides assurance that the version of compiler you want to use is compatible with the tested version of the compiler. The compatibility assurance must be provided for the following:

    • Source code:

      C/C++ source code that was compiled and linked using the tested version, compiles with the newer version of compiler without requiring any changes.

    • Executables and libraries:

      Libraries and executables built using the tested version, run with libraries and executables that are built with the newer version of compilers.