Thursday, June 23, 2022

How to check applied patches in oracle Ebs?

How to check applied patches in oracle Ebs?


select bug_number,last_update_date from apps.ad_bugs where bug_number='&patchnumbe';

select bug_id, bug_number from ad_bugs where bug_number='&num';

select patch_name, patch_type from ad_applied_patches where patch_name='&num';

No comments:

Post a Comment