Best Of
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
Re: Multiple PDFs on Process Monitor?
To make the process scheduler aware of multiple reports, in the Parameter section of Process definition specify
-MR n
Here, MR indicates Multiple Reports and 'n' is a number between 2 to 99 indicating to the Process Scheduler the number of reports generated by the SQR report
Re: Error package update | ORA-12541: TNS:no listener
Hello @2011
Well you have an Oracle database client as well with tnsnames.ora and similar info.
Please review them that information is correct. Since you never confirmed it was an Dev Client I assume it is and that needs info for to connect to DB.
I also hope that the package was built for DevClients without E1local
E1: PKG: Tools Release 9.2.5x and later, Full Package Build Still Includes the Local Database (Doc ID 2743762.1)
Sincere regards
Johan



