Mates, I am Qasim' I have been into different Oracle Products for the last couple of years.
I have worked for some leading Telcos of the world.
Currently I am associated with a Software Consulting Company providing support for various Oracle Products.
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;
No comments:
Post a Comment