Protected by Copyscape Web Copyright Protection Software

Pages

Search This Blog

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

No comments:

Post a Comment