Showing posts with label CPU. Show all posts
Showing posts with label CPU. Show all posts

January 21, 2025

Oracle Critical Patch Update(CPU) for January 2025

Oracle CPU January 2025 Patches

Oracle has released the CPU patches for January 2025 and all the details can be found on Oracle Technical resources site. New release Version is: 19.26.0.0.250121


I will be shortlisting the patches required for Grid Installation, Oracle Databases 19c, OJVM and OEM.


Combo OJVM with Oracle Database 19c:

Combo OJVM Release Update 19.26.0.0.250121 and Database Release Update 19.26.0.0.250121 Patch 37262172 for UNIX

Combo OJVM with Oracle GI 19c:

Combo OJVM Release Update 19.26.0.0.250121 and GI Release Update 19.26.0.0.250121 Patch 37262208, or


Oracle Home and Grid Home Individual Patches:

Database Release Update 19.26.0.0.250121 Patch 37260974 for UNIX, or

GI Release Update 19.26.0.0.250121 Patch 37257886,


Oracle JavaVM Component Database PSU (OJVM PSU) Patches:

OJVM Release Update 19.26.0.0.250121 Patch 37102264 for all platforms


OEM Patches:

OEM base patch and agent patch is yet to release on 31-Jan-2025. For now the DB patch can be applied in the repository database.


Note: All the Combo patches are not released, those will be released by 05-February-2025


References:

Recent Post

Oracle Memory usage Queries

Some Important Oracle database Memory management queries. SGA usage by Oracle Instance: select  round(sum(bytes)/1024/1024,2)||' MB'...