Friday, March 14, 2008

How to find which is the latest patch applied ?

select * from ( select patch_name,creation_date from ad_applied_patches order by creation_date desc ) where rownum <2

No comments: