How to check if a patch is applied or not ?
Patch information in 11i is stored in AD_BUGS & AD_APPLIED_PATCHES table . You can query like:
SQL> select bug_number from AD_BUGS where bug_number =’&patch_no’;
Alternatively you can check patch information from OAM (Oracle Application Manager).
Patch information in 11i is stored in AD_BUGS & AD_APPLIED_PATCHES table . You can query like:
SQL> select bug_number from AD_BUGS where bug_number =’&patch_no’;
Alternatively you can check patch information from OAM (Oracle Application Manager).
0 comments:
Post a Comment