Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit? [ID 861152.1]
Modified08-SEP-2011TypeHOWTOStatusPUBLISHED
In this Document
Goal
Solution
References
Applies to:
OracleServer - Enterprise Edition - Version: 10.2.0.4 to 11.2.0.2 - Release: 10.2 to11.2
Information in this document applies to anyplatform. Goal
Thisarticle helps to find whether PSU released for Oracle Database Server10gR2 ( 10.2.0.x ) and 11gR1 (11.1.0.x) and 11g R2 (11.2.0.x) change the database version. Solution
Do Patchset Updates (PSU's) Change the Oracle ReleaseVersion/Fifth Digit?
Answer: NO.
The PSU i.e 10.2.0.4.x/10.2.0.5.x , 11.1.0.7.x and11.2.0.1.x/11.2.0.2.x released for Oracle Database Server version10.2.0.4.0/10.2.0.5.x , 11.1..0.7.0 and 11.2.0.1.0/11.2.0.2.0respectively does NOT change the database version .ThatmeansPSU 10.2.0.4.x /10.2.0.5.x, 11.1.0.7.x, 11.2.0.1.x /11.2.0.2.x( where x is the fifth digit ) does NOT change the 5th digit of the OracleDatabase Server version.
After applying the PSU 10.2.0.4.x/10.2.0.5.x ,11.1.0.7.x,11.2.0.1.x/11.2.0.2.x "opatch lsinventory"still shows theversion as 10.2.0.4.0/10.2.0.5.0 for Oracle 10g R2, 11.1.0.7 for Oracle 11gR1 and 11.2.0.1 /11.2.0.2 for Oracle 11g R2
PSU'salsowill notchange the version of oracle binaries (likesqlplus, exp/imp etc.)
Note : It is also applicable for the Oracle Enterprise ManagerGrid Control and EM Agent
Although Patch Set Updates are referenced by their 5-place version number, withthe 10.2 , 11.1 and 11.2 PSUs the product banners and Oracle UniversalInstaller (OUI) information are not updated with the new version number. Forthe 10.2 ,11.1 and 11.2 PSUs, use the OPatch inventory information to determinethe PSU version currently installed.
example:
> opatch lsinventory
And compare it to the version table listed in
Note 854428.1Patch Set Updates forOracle Products
Section 7, "Determining the Patch Set Update Version"
or
1. Make sure your opatch version is at or above
10.2.0.4.5 for version 10.2 ORACLE_HOMEs
11.1.0.6.5 for version 11.1 ORACLE_HOMEs
11.2.0.1.0 for version 11.1 ORACLE_HOMEs
$ opatch version
InvokingOPatch 10.2.0.4.8
OPatchVersion: 10.2.0.4.8
2. Verify if PSU is installed in the ORACLE_HOME
$ opatch lsinv -bugs_fixed | grep PSU
3. Verify the PSU Post Install steps were run in the DB
select substr(action_time,1,30)action_time,
substr(id,1,10) id,
substr(action,1,10) action,
substr(version,1,8) version,
substr(BUNDLE_SERIES,1,6) bundle,
substr(comments,1,20) comments
from registry$history;
ACTION_TIMEID ACTION VERSION BUNDLE COMMENTS
---------------------------- -------- -------- ------ --------------
23-AUG-10 07.28.02.856762 AM 4APPLY 10.2.0.4 PSU PSU 10.2.0.4.3
23-AUG-10 07.31.48.001892 AM 1APPLY 10.2.0.4 PSU PSU 10.2.0.4.4
Note: The registry$history will not contain the row showingthe PSU Post Install step was executed unless catbundle.sql is executed.This means if the Post Install steps were skipped because the db was upgradedor created after installing the PSU, this row will not exist