InterviewSolution
| 1. |
What Is Difference Between Ad_bugs And Ad_applid_patches? |
|
Answer» AD_BUGS holds information about the VARIOUS Oracle Applications bugs whose fixes have been applied (i.e. PATCHED) in the Oracle Applications installation. AD_APPLIED_PATCHES holds information about the "distinct" Oracle Applications PATCHES that have been applied. If 2 patches HAPPEN to have the same name but are different in content (e.g. "MERGED" patches), then they are considered distinct and this table will therefore hold 2 records. AD_BUGS holds information about the various Oracle Applications bugs whose fixes have been applied (i.e. patched) in the Oracle Applications installation. AD_APPLIED_PATCHES holds information about the "distinct" Oracle Applications patches that have been applied. If 2 patches happen to have the same name but are different in content (e.g. "merged" patches), then they are considered distinct and this table will therefore hold 2 records. |
|