How to produce listing of patches
Currently getting ready to upgrade to a new release, 12.0.6 to 12.1.3. We need to verify a couple hundred patches were loaded before releasing to end-users. Screen by screen is extremely tedious and time consuming, so is there way to load to excel or any sql to help find the patches in batch list?
Following SQL locates some of the patches, but not all:
select * from AD_PATCH_DRIVERS
where driver_file_name like '%&patch%';
0