Monday, September 27, 2010

How to find applied patches in your environment.

Execute the following SQL query and provide results:

SQL> column patch_name format A10
SQL> select patch_name, last_update_date from apps.ad_applied_patches order by last_update_date desc;