Best Of
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
Re: Can we partially cleared/recon the payment transaction
Hi Ayaz,
The functionality is not available in Cash Management, you will need to customize the application.
Kind Regards,
Alexandru.
Re: Changing inventory costing method from standard to moving average costing?
Thank you Samir for your reply.
I have already gone through these meta-link references, we are not going for the option of re-implementation considering the volume of inventory org we have, hence planning to have custom process to maintain the average costing even though our inv org in standard frozen costing.
I would like to know whether there will be any impact on any valuation or process by maintaining my average costing through custom process?
Sri....
Re: delay login to Primavera P6 PPM
It's possible.
Other potential non P6 issue is network connectivity - are they on VPN / working from home?
If they can try another machine / network connection, it would rule that out
David


