Search This Blog

Monday, September 24, 2012

Check 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