Known Issues and Bugs for Oracle Linux 9 and Red Hat Enterprise Linux 9 on Oracle Database
This section contains information about issues related to Oracle Linux 9 and Red Hat Enterprise Linux 9 on Oracle Database Client:
Parent topic: Issues Affecting Linux for Oracle Database 19c
Bug 35521990
/bin/ld: libirc.a(fast_memcpy_pp.o):
warning: relocation in read-only section `.text'
INFO:
/bin/ld: warning: creating DT_TEXTREL in a shared object
INFO:
/bin/ld: libirc.a(sse2_strspn.o): warning:
relocation in read-only section `.text'
INFO:
/bin/ld: warning: creating DT_TEXTREL in a shared object19.19OneOff patch
35700050:OPatch found the word "warning" in the stderr of the make command.
Please look at this stderr. You can re-run this make command.
Stderr output:
/bin/ld: $ORACLE_HOME/lib/libirc.a(fast_memcpy_pp.o):warning: relocation in read-only section `.text'
/bin/ld: warning: creating DT_TEXTREL in a shared object
/bin/ld: $ORACLE_HOME/lib/libirc.a(sse2_strspn.o): warning: relocation in read-only section `.text'
/bin/ld: warning: creating DT_TEXTREL in a shared objectWorkaround:
Ignore the warning messages.
Bug 35547711
compat-libcap1-1.10 and compat-libstdc++-33 packages
missing error during Oracle Database Client 32-bit installation on Oracle Linux 9 and
Red Hat Enterprise Linux 9.
Workaround:
In the Perform Prerequisite Checks screen, for the
compat-libcap1-1.10 and compat-libstdc++-33
missing checks, select Ignore All, and click Install to continue with the
installation.
Note:
Ensure that you fix all other checks and issues that are listed in the screen.
Bug 35584316
On Oracle Linux 9 or Red Hat Enterprise Linux 9, C++ applications built with
g++11 cannot be used with Oracle C++ Call Interface (OCCI).
Workaround:
g++11, use the following
compilation
options:-D_GLIBCXX_USE_CXX11_ABI=0 -Wno-narrowingBug 35614058
Static Client linking demos fail during compilation on Oracle Database Client 19c on both 32-bit and 64-bit versions on Oracle Linux 9 and Red Hat Enterprise Linux 9.
Workaround:
Oracle Database Client 19c supports only Dynamic Client linking demos on both 32-bit and 64-bit versions on Oracle Linux 9 and Red Hat Enterprise Linux 9.
Bug 36347606
During Oracle Database Client 64-bit installation on Oracle Linux 9 and Red Hat Enterprise Linux 9, the silent installation fails.
Workaround:
Perform the following steps when installing Oracle Database Client 64-bit using the silent installation method:
- Extract the
p36347606_1922000_Linux-x86-64.zipand extractclient.zipto a temporary (or bootstrap) location. - Run the
command:
./runInstaller -silent -ignorePrereq -showProgress -waitforcompletion -responseFile <response file location>
Bug 36513962
During Oracle Database Client 32-bit installation on Oracle Linux 9 and Red Hat Enterprise Linux 9, the silent installation method fails.
Workaround:
Perform the following steps when installing Oracle Database Client 32-bit using the silent installation method:
- Extract the
p36513962_1922000DBRU_LINUX.zipand extractclient.zipto a temporary (or bootstrap) location. - Run the
command:
./runInstaller -silent -ignorePrereq -showProgress -waitforcompletion -responseFile <response file location>