Best Of
Re: WebLogic Server 14.1.1.0.0 already has patches 36124787 and 35778872. Is Patch 38132265 required?
Hi Team,
Thank you for reaching out to Oracle Communities. We will arrange for an expert to review your post and work with you at the earliest.
Regards,
Satheesh Kumar N
Re: WebLogic Server 14.1.1.0.0 already has patches 36124787 and 35778872. Is Patch 38132265 required?
Patch 38132265 is a recommended security patch from July 2025 CPU. It is generally advisable to apply all patches recommended as part of the latest CPU release. All patches can be found in the Patch Advisor.
Critical Patch Update (CPU) Patch Advisor for Oracle Fusion Middleware - Updated for July 2025 (Doc ID 2806740.2)
Direct link for WLS 14.1.1:
Re: WebLogic Server 14.1.1.0.0 already has patches 36124787 and 35778872. Is Patch 38132265 required?
尊敬的客户您好:
根据您的描述,您的环境已经打了如下PSU 补丁。
Patch 36124787: WLS PATCH SET UPDATE 14.1.1.0.231220
Last Updated 16-Jan-2024 06:04 (1+ year ago)
及
Patch 35778872: Coherence 14.1.1.0 Cumulative Patch 15 (14.1.1.0.15)
Last Updated 17-Oct-2023 07:42 (1+ year ago)
上面这两个PSU的补丁已经很旧了,PSU的补丁不但有重要的功能修复,而且还会有安全漏洞相关的修复。
因此,我们一直建议客户及时打上当时最新的补丁集,不但功能更加完善,您的系统也会更加安全。
您所提到的如下补丁,是当前比较新的WebLogic PSU 补丁集。我们建议您需要打上如下最新的PSU补丁的。
在打补丁之前需要对您的环境做好完整可靠的备份,例如,备份目录、数据库等,需要根据补丁里面的README的要求进行。
Patch 38132265: WLS PATCH SET UPDATE 14.1.1.0.250630
Last Updated 15-Jul-2025 07:08 (1+ month ago)
另外,Coherence等也有对应较新的补丁。
另外,我们还提供了SPB打补丁的方法,打补丁更加方便,您下载一个压缩包,就可以自动打上 WebLogic ,Coherence ,JDBC ,第三方相关的补丁集。
为了更好地为您服务,建议您建立一个SR,提供您的平台版本、当前的补丁列表,您打补丁的需求等,我们会有工程师为您提供更加全面专业的技术支持服务。
谢谢
Re: Some Offers are not visible to users
Hi Waseem,
Please check the system profile 'AMS : Admin Group', take note of the Group assigned as profile value.
Goto CRM Administrator > Resource Manager > Maintain Resources > Resources.
Query the Resource name that you are logged in as.
Click Find > Click Resource Details button
Goto the Group tab, do you have the Group assigned to the above profile?
If not, add that group and associate to Role.
Save
From CRM Administrator responsibility, run the following concurrent programs.
Maintain Current Groups and Roles
Synchronize active group membership
Synchronize groups denorm.
Then go and check if table to access offers.
Now, you should see all offers where you are not the offer owner since you are assigned Admin access.
Thank you !!
Re: RESOURCE_LIMIT License confusion
Like the documentation
says it's for enabling the use of resource limit's in database profiles. It's not for enabling resource manager. Enabling resource manager is done by setting the RESOURCE_MANAGER_PLAN initialization parameter see
. So user profile is not the same as resource manager.
Re: RESOURCE_LIMIT License confusion
So far I understood that the default setting "RESOURCE_LIMIT=TRUE" is Enterprise Edition only, and without this, resource limits set in PROFILE are not enforced. However, there is no error in Standard Edition setting "RESOURCE_LIMIT=TRUE". OTOH it may well be, that it is simply ignored in SE2, and all of the reource limits in profiles will work anyways.
However, I would appreciate, if Oracle would document this better, so that is no confusion about resource limits and licensing.
Re: How to generate Cash at Bank Account with Location (seg2)
Also merging in another comment from a duplicate thread:
Hi @User_PABU5 ,
Please review below KM Note:
R12: CE: Troubleshooting Guide: Oracle Cash Management (CE): Accounting [VIDEO] (Doc ID 1544633.1)
Kind Regards,
Alexandru.
Re: ORDS API - How to setup rate Limit
Ashwin,
First, I would like you to upgrade ORDS to the latest 25.2. The version you use is obsolete and outdated.
Out-of-box, ORDS does not have any configurable parameter to restrict API call by count; it all depends upon the jdbc/ords pool and the database session profile limit.
However, I see it is achievable using some custom solutions. Please check below Jon Dixon's blog under the topic "Usage Plans & Rate Limiting"
If your ORDS is not on the cloud, I haven't tried this, it is just an idea that -you can create your own function/table to get a counter in every API module. So when the counter reaches the limit, you can throw an error/warning message.
Thanks,
Suresh
Re: SYSTEM tablespace defaulting to dictionary managed and limited extents
Hi,
In Oracle 19c, when you perform a CREATE DATABASE operation without specifying LOCAL, the SYSTEM tablespace is created as dictionary-managed, just as you said. This is documented in the following manual.
Regards,
asahide
VirtualBox 7.2 Released
VirtualBox 7.2.0 (released August 14 2025)
This is a major update. The following new features were added:
- GUI: Moved global and VM tools from hamburger menus to global tools taskbar (vertically on the left) and the VM tools tabs (horizontally above the right hand panel) to make them easier to reach
- Windows/Arm host: Arm virtualization of VMs added, in the unified Windows installer package
- Arm host: Virtualization of Windows 11/Arm VMs
- Linux host: Video decoding acceleration when 3D is enabled
- Windows/Arm guest: Guest additions for new OS type Windows 11/Arm
- macOS Arm host: Experimental 3D acceleration support using DXMT, removing the previous non working solution using DXVK on top of MoltenVK. 3D acceleration is not supported on macOS hosts using Intel CPUs anymore.
- Storage: The NVMe storage controller emulation is now part of the open source base package
In addition, the following items were fixed or added:
- Arm VMs: Note that the saved state of Arm VMs from VirtualBox 7.1 is incompatible with VirtualBox 7.2, so please shut down such VMs in saved state before upgrading to 7.2 (snapshots with associated saved state created with 7.1 will no longer work with 7.2)
- VMM: Improved x86_64 and Arm CPU feature reporting when using Windows Hyper-V as the virtualization engine
- VMM: Added xsave/xrestor instruction handling when using Windows/x86_64 Hyper-V as the virtualization engine, offering the x86_64-v3 instruction set extensions (including AVX and AVX2) on recent CPUs
- VMM: Fixed issue when X86_64-v3 features were not passed to the guest (github:gh-36)
- VMM/HM: Fixed Nested Virtualization feature on Intel CPUs
- GUI: Fixed a bug in clone VM wizard which made impossible to include snapshots in clone result (github:GH-59)
- GUI: Polished Preferences and Settings pages, NLS fixing
- GUI: Improved handling of keyboard LEDs in the Soft Keyboard
- GUI: Added checkbox for making a Shared Folder global to all VMs
- GUI: Removed IO-APIC from Arm VM settings
- Graphics: Avoid assertion when guest tries to use VMSVGA 3D functions when the feature is disabled
- Audio: Fixed crash in rare circumstances (github:gh-72)
- NAT: Multiple fixes and improvements, for example better DNS server handling, saving of the VM settings and generating a boot file name which stays within the length limit
- NAT Network: Use the (almost) same code as for NAT, unifying behavior and features
- NAT: Fixed possible crash in rare circumstances when no nameservers could be detected in the host system
- Storage: Fixed corruption of VMDK images when resizing
- Video Recording: Fixed frame synchronization, a small memory leak and other bugs
- TPM: Fixed save state load failures
- Arm VMs: ACPI now available
- API/Unattended: Added explicit unattended installation support for Oracle Linux 10
- API and VBoxManage: Added functionality to define global Shared Folders for all VMs
- API: Fixed issue when OVF/OVA import resulted in a broken VM on Arm (bug #22370)
- API: Fixed issue when exporting a VM which had an inaccessible disk resulted in crash
- VBoxManage: Document currently unavailable NAT options
- Linux host and guest: Initial support for kernel version 6.16
- Linux/Solaris host: Fixed swapped scan code for Pause and Num Lock keys in the table used when relying on Xkb for translation
- Windows host: Removed release assertion causing crash of VBoxUsbMon driver if unloading fails
- Arm host: vboxwebsrv is now included in the packages
- Linux host and guest: Introduced initial support for kernel 6.17
- Linux guest: Fixed handling of (long optional) vboxvideo kernel module in init script
- Linux guest: Fixed start failure of VBoxClient with kernel from the 2.6 series or older
- Windows/Arm guest: Added WDDM Graphics driver, with 2D and 3D mode
- Windows/Arm guest: Added Shared Folder feature
- Windows Host: Added improvements in Windows drivers installation
- Linux Guest Additions: Fixed issue when autorun installer was not automatically starting on Additions ISO image insert for Oracle Linux 10 and RHEL 10 guests
- BIOS: Fixed keyboard translation, added and updated several entries and do not report keypresses when scan code and ASCII code are both zero
- BIOS: Fixed error reporting fo single sided floppy disks
- UEFI: Added workaround for Grub bug causing guest OS crashes
- UEFI: Fixed macOS kernel logging over serial port (github:gh-82)
- 3rd Party Tools: Eliminated build time dependency on libIDL and IASL
![Nick [Application Server] -Oracle](https://us.v-cdn.net/6032256/uploads/userpics/99FV8E0EEW09/n1DRCNFJ5LDAF.jpg)



