To obtain the current patchset levels for each specific E-Business Suite functional product use the following steps:
1. Log into OAM.
(Responsibility "Oracle Applications Manager", menu "OAM Support Cart")
and Navigate:
2. Support Cart --> Applications Signature --> Collect --> Check "Product Information" box
--> Click on "View" (eyeglasses)
This will display the following patchset information:
Application Name
Current Patch Level
Product Version
Status (Installed, Shared Product, Inactive)
3. The patchset level information can be retrieved directly from sqlplus with the following diagnostic script:
$AD_TOP/sql/adutconf.sql
4. Use the script below to find patchset level.
SELECT app_short_name, MAX(patch_level)
FROM apps.ad_patch_driver_minipks
GROUP BY app_short_name ;
Followed the below Metalink Document:
E-Business Suite Applications Manager Steps To Get The Patchset Level of Each Specific Oracle Applications Functional Product in R12 (Doc ID 550654.1)
No comments:
Post a Comment