Best Of
Re: how can i install oracle client 19 on RHEL 9?
Below are the basic steps for performing an install of Oracle Client 19c Gold Image (64-bit) on OL8 / RHEL9, complete with the latest quarterly patches (JUL2025 "19.28.0.0.0" at the time of this writing):
=====================
= Performed as root user =
=====================
1 - Install Prerequisite RPMs:
Oracle Linux 9 <<>> # dnf install oracle-database-preinstall-19c libnsl2 libnsl2-devel
Red Hat Enterprise Linux 9 <<>> # dnf install bc binutils compat-openssl11 elfutils-libelf fontconfig glibc glibc-devel ksh libaio libasan liblsan libX11 libXau libXi libXrender libXtst libxcrypt-compat libgcc libibverbs libnsl libnsl2 libnsl2-devel librdmacm libstdc++ libxcb libvirt-libs make policycoreutils policycoreutils-python-utils smartmontools sysstat
Alternatively, the RPM can be installed with older YUM utility if not comfortable with the new DNF utility for RPM installations:
Oracle Linux 9 <<>> # yum install oracle-database-preinstall-19c libnsl2 libnsl2-devel
Red Hat Enterprise Linux 9 <<>> # yum install bc binutils compat-openssl11 elfutils-libelf fontconfig glibc glibc-devel ksh libaio libasan liblsan libX11 libXau libXi libXrender libXtst libxcrypt-compat libgcc libibverbs libnsl libnsl2 libnsl2-devel librdmacm libstdc++ libxcb libvirt-libs make policycoreutils policycoreutils-python-utils smartmontools sysstat
2 - Ensure "/dev/shm" & "/tmp" are mounted without "noexec":
Check if "/dev/shm" & "/tmp" are mounted with "noexec":
mount | grep tmp | grep noexec
If need to remount without "noexec":
mount -o remount,exec /dev/shm
mount -o remount,exec /tmp
======================
= Performed as oracle user =
======================
1 - Download & Extract Oracle 19c Client Gold Image (64-bit) into the directory you want as the Oracle Home:
Oracle Database 19c Download for Linux x86-64
https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html
LINUX.X64_193000_client_home.zip
$ cd $ORACLE_HOME
$ unzip <parent dir>/LINUX.X64_193000_client_home.zip -x OPatch*
2 - Update the OPatch Utility in the extracted Oracle Home:
Patch 6880880 version OPatch 19.0.0.0.0
https://updates.oracle.com/download/6880880.html
p6880880_190000_Linux-x86-64.zip
$ cd $ORACLE_HOME
$ rm -rf OPatch
$ unzip <parent dir>/p6880880_190000_Linux-x86-64.zip
3 - Download & Extract the DBRU:
Patch 37960098: DATABASE RELEASE UPDATE 19.28.0.0.0
https://updates.oracle.com/download/37960098.html
p37960098_190000_Linux-x86-64.zip
4 - Execute Oracle 19c Client (64-bit) Installer:
$ cd $ORACLE_HOME
$ export CV_ASSUME_DISTID=RHEL7
$ ./runInstaller -applyRU <extracted patch 37960098>
--
Requirements for Installing Oracle Database/Client 19c (19.22 or higher) on OL9 or RHEL9 64-bit (x86-64) (Doc ID 2982833.1)
Re: how can i install oracle client 19 on RHEL 9?
Below are the basic steps for performing an install of Oracle Client 19c Ship Home (64-bit) on OL8 / RHEL9, complete with the latest quarterly patches (JUL2025 "19.28.0.0.0" at the time of this writing):
=====================
= Performed as root user =
=====================
1 - Install Prerequisite RPMs:
Oracle Linux 9 <<>> # dnf install oracle-database-preinstall-19c libnsl2 libnsl2-devel
Red Hat Enterprise Linux 9 <<>> # dnf install bc binutils compat-openssl11 elfutils-libelf fontconfig glibc glibc-devel ksh libaio libasan liblsan libX11 libXau libXi libXrender libXtst libxcrypt-compat libgcc libibverbs libnsl libnsl2 libnsl2-devel librdmacm libstdc++ libxcb libvirt-libs make policycoreutils policycoreutils-python-utils smartmontools sysstat
Alternatively, the RPM can be installed with older YUM utility if not comfortable with the new DNF utility for RPM installations:
Oracle Linux 9 <<>> # yum install oracle-database-preinstall-19c libnsl2 libnsl2-devel
Red Hat Enterprise Linux 9 <<>> # yum install bc binutils compat-openssl11 elfutils-libelf fontconfig glibc glibc-devel ksh libaio libasan liblsan libX11 libXau libXi libXrender libXtst libxcrypt-compat libgcc libibverbs libnsl libnsl2 libnsl2-devel librdmacm libstdc++ libxcb libvirt-libs make policycoreutils policycoreutils-python-utils smartmontools sysstat
2 - Ensure "/dev/shm" & "/tmp" are mounted without "noexec":
Check if "/dev/shm" & "/tmp" are mounted with "noexec":
mount | grep tmp | grep noexec
If need to remount without "noexec":
mount -o remount,exec /dev/shm
mount -o remount,exec /tmp
======================
= Performed as oracle user =
======================
1 - Download & Extract Oracle 19c Client Shiphome (64-bit) into a Staging Area:
Patch 36347606: TRACKING BUG FOR UPLOAD OF 19.22 CLIENT FOR SILENT INSTALL ON OL9
https://updates.oracle.com/download/36347606.html
p36347606_1922000_Linux-x86-64.zip
$ cd <Staging Area>
$ unzip <parent dir>/p36347606_1922000_Linux-x86-64.zip
$ unzip client.zip
2 - Execute Oracle 19c Client (64-bit) Installer:
$ cd <Staging Area>/client
$ ./runInstaller
3 - Update the OPatch Utility in the Oracle Home:
Patch 6880880 version OPatch 19.0.0.0.0
https://updates.oracle.com/download/6880880.html
p6880880_190000_Linux-x86-64.zip
$ cd $ORACLE_HOME
$ rm -rf OPatch
$ unzip <parent dir>/p6880880_190000_Linux-x86-64.zip
4 - Download & apply the DBRU:
Patch 37960098: DATABASE RELEASE UPDATE 19.28.0.0.0
https://updates.oracle.com/download/37960098.html
p37960098_190000_Linux-x86-64.zip
$ cd <extracted patch 37960098>
$ORACLE_HOME/OPatch/opatch apply
--
Requirements for Installing Oracle Database/Client 19c (19.22 or higher) on OL9 or RHEL9 64-bit (x86-64) (Doc ID 2982833.1)
Re: how can i install oracle client 19 on RHEL 9?
@User_JDD7S "LINUX.X64_193000_client_home.zip" is the Gold Image installer. This is the same installation method as installing Oracle Database 19c.
"LINUX.X64_193000_client.zip" is the Ship Home installer. This is the old traditional installer, where you extract the installer to a staging area, and you select the installation type and installation location during the install.
Re: ORA-01843 "Not a Valid Month" Creating a table in Oracle 19
SQL> CREATE TABLE MMT_EQUIVALENCY_RULE
2 (
3 EQUIVALENCY_RULE_ID NUMBER(18,0) NOT NULL,
4 UPDATE_DT TIMESTAMP(6) DEFAULT '1970-01-01 00:00:00.000000' NULL
5 )
6 /
UPDATE_DT TIMESTAMP(6) DEFAULT '1970-01-01 00:00:00.000000' NULL
*
ERROR at line 4:
ORA-01843: not a valid month
SQL> CREATE TABLE MMT_EQUIVALENCY_RULE
2 (
3 EQUIVALENCY_RULE_ID NUMBER(18,0) NOT NULL,
4 UPDATE_DT TIMESTAMP(6) DEFAULT TIMESTAMP '1970-01-01 00:00:00.000000' NULL
5 )
6 /
Table created.
SQL>
SY.
Re: Warning: long redo log write elapsed times detected, the LG* process tracefiles have more details
It is a bug. For more info, refer to the link below:
https://community.oracle.com/mosc/discussion/4590293/since-ru-19-28-cdump-twice-a-day-without-incident
How to highlight a field text in RTF template for BI Publisher report?
Hello Team,
We have a requirement to highlight middle of the Field A value (10 digits) if the Field B is Yes.
Example Field A value is "ABFDFD1212121SD"
and Field B is "Yes"/ "No"
If the Field B is Yes then highlight the Field A = only the middle 10 digits - "AB FDFD121212 1SD"
else
no need to highlight and it should display as in XML.
Thanks,
Prem
Re: ODA X11 new deployment
Hi Kriz,
Thanks for the feedback.
The fail over has been enabled by default.
Thanks so much for the support.
Thanks,
James.
Re: USERMAINT component
Hi User_D1N90,
Once you drag and drop the field, it will typically be placed based on the order dictated by the system. Once you're done dragging/dropping the field(s), save the definition, close and re-open it. It will appear in the order you can expect it to appear. In my case I see it as the 4th L0 property.
Thanks,
Mike
Re: P4070
Hello,
You can use the Compare Tool to check the specs in all environments.
The enhancement you pointed out is not yet implemented.
Please check the "JD Edwards Bug Monitoring (Doc ID 1446784.2)" document to understand how to monitor enhancements and the meaning of the status values.
Thank you!
Best regards,
Cezar
Re: will there be 1099 and W2 updates coming out in December 2025 for JD Edwards World 9.4?
Good Morning,
Thank you for your post! There will not be any year end updates for 2025 for 1099, W-2 or ACA.
Please refer to the following knowledge documents for information on Sustaining Support for A9.4….
WS: A9.4 Sustaining Support FAQ (Doc ID 3082728.1)
World A9.4 Transitions Into Sustaining Support May 1, 2025 (Doc ID 3055028.1)
Joanne

