Best Of
Processing options#4.25 in P4312 in JDE 9.2.9 - Significance and available documentation
Dear All
In JDE 9.2.9.3 , I notice a new processing options in the process tab of P4312 as below
25. Reopen Requisition on Cancel or Close Purchase Order Line
Blank = Reopen the Requisition
1 = Do not reopen the Requisition
Kindly share the relevant Oracle documentation for the above feature , which would help to understand its significance and usage
Thanks in advance
Cleaning old Suggestions and request from F4611,F4600
I want to ask if there is any problem if i reduce the number of the record on F4600 and F4611 deleting all request and suggestions closed or cancelled and older than 2 Year.
Are there some procedure that still use these cloed requests and suggestions and can cause a problem ?
best regards
Andrea
F4311: Blank PDPN (Period Number) and PDFY (Fiscal Year)
Hi,
We're on JDE E1 9.2 with Tools Release: 9.2.8.4
I’ve noticed that the PDPN (Period Number) and PDFY (Fiscal Year) fields in the F4311 table are usually blank, although some records do contain values.
Could you please clarify:
*What drives the population of these fields? Are there specific criteria?
*Why are they blank for most records?
Thanks for your help!
Re: ODA 19.27 & APPLIANCE 23.8.0.25.04 GI CLONE DOWNLOAD FOR ODACLI/DCS STACK
Hello
Thanks for the information and the quick response!
Best regards,
Thomas Trakle
Re: Create Employee as a customer in AR EBS R12?
Thanks Bharat, yes i got that note as well. I was just wondering is this error due to patch only or some other setup which I am missing.
Regards
Tarika Jain
Re: node eviction and MAC ADDRESS FLAPPING IN SWITCH LOGS
Hi,
While your public (bond0.722) and private (bond0.797) interfaces share the same MAC address, this is expected behavior for VLAN sub-interfaces inheriting the address from their parent bonded interface (bond0) and is not, in itself, the misconfiguration. The flapping strongly indicates a Layer 2 misconfiguration, likely a mismatch between the server's NIC bonding/teaming policy (e.g., LACP mode) and the corresponding port aggregation configuration on the upstream physical switches. Given that your environment is a VxBlock system, this investigation must also include the virtualization layer, specifically the vSwitch teaming policies and uplink configurations. I recommend engaging your network and virtualization administrators to audit and align the end-to-end network path, ensuring the server's bonding mode is perfectly synchronized with the switch's port-channel settings. Resolving this configuration alignment is critical to eliminating the MAC flapping and ensuring the stability of your RAC cluster.
Cheers
Arsalan
Re: lots wait on BEGIN SYS.KUPW$WORKER.MAIN(
The AWR report indicates that the main Data Pump worker process, represented by the SYS.KUPW$WORKER.MAIN procedure, is consuming significant time. However, this is a symptom of deeper issues rather than the cause itself. The true bottlenecks are revealed in the top wait events, which show that the process is heavily constrained by high CPU utilization (49% of DB time) and significant I/O waits for db file sequential read (41.2% of DB time). This combination suggests the import is performing computationally intensive work, such as creating complex indexes or processing triggers, while also being limited by the speed of single-block read operations from the database datafiles on disk. To resolve this, I recommend a multi-faceted approach: first, increase the job's parallelism by setting the PARALLEL parameter in your impdp command to a value appropriate for the server's CPU core count (e.g., PARALLEL=8) to distribute the workload. Second, defer non-essential operations by using the EXCLUDE=INDEX,STATISTICS parameter to load the table data first, then creating indexes and gathering statistics in a separate, optimized step. Finally, for environments where recoverability can be managed by re-running the import, consider reducing logging overhead with the TRANSFORM=DISABLE_ARCHIVE_LOGGING:Y parameter to lessen the I/O burden. Implementing these changes will directly address the CPU and I/O constraints and should significantly improve the import performance.
Cheers
Arsalan
Re: Setup DB link to SQL server with Oracle 19c
You can take a look at this tutorial I wrote several years ago, it should work for 12c/18c/19c
https://www-oracle-com.translate.goog/latam/technical-resources/articles/database-performance/oracle-odbc-gateway-win.html?_x_tr_sl=es&_x_tr_tl=en&_x_tr_hl=es&_x_tr_pto=wapp
Announcement: Enterprise Manager 24ai Release 1 Update 03 (RU 03) is now Available
The Enterprise Manager 24ai Release Update 03 Patches were released on July 03,2025:
24.1.0.0.3 OMS Release Update Platform Patch (including OMS and Plug-ins):
OMS Patch Patch 37826012: Oracle Enterprise Manager 24ai Release 1 Update 3 (24.1.0.3) for Oracle Management Service
24.1.0.0.3 Agent Release Update Including Agent and Plugins):
AGENT Patch Patch 37826024: Oracle Enterprise Manager 24ai Release 1 Update 3 (24.1.0.3) for Oracle Management Agent
Always refer to the Main Patching note when seeking the latest information about EM patches:
Note 3050869.2 - Enterprise Manager 24ai Main Release Update List (Includes Plug-ins). This document also contains links to all the patches and bug list notes, which have been updated for 24.1, and which will be further updated if there are any changes.
The following note also provides current patch information on all EM versions:
Note 822485.1 - Overview of the Enterprise Manager Proactive Patch Program

