Oracle Apps
Pages
Home
SQL
PL/SQL
Search This Blog
Showing posts with label
How to find what is the Current Applied Patch?
.
Show all posts
Showing posts with label
How to find what is the Current Applied Patch?
.
Show all posts
Saturday, June 8, 2013
How to find what is the Current Applied Patch?
To know the current applied patch
SELECT patch_name, patch_type,
maint_pack_level,
creation_date
FROM applsys.ad_applied_patches
ORDER BY creation_date DESC
Older Posts
Home
Subscribe to:
Posts (Atom)