Patch 14089394: gmfaget.lpc file version not updated post patch application.
Hi Team,
Applied Patch 14089394 successfully.
Below query is the proof for the same.
select aap.patch_name patch
, apd.driver_file_name driver
, apr.success_flag success, min(apr.start_date) start_date
from ad_patch_runs apr
, ad_patch_drivers apd
, ad_applied_patches aap
where apd.applied_patch_id(+) = aap.applied_patch_id
and apr.patch_driver_id(+) = apd.patch_driver_id
and aap.patch_name = '14089394'
group by aap.patch_name
, apd.driver_file_name
, apr.success_flag;
Patch has been applied with success on 6/20/2012 9:17:11 AM .
Checked the file versions from ARU which should have been delivered by the Patch.
Tagged:
0