AD_BUGS 和 AD_APPLID_PATCHES 的区别

简介:

AD_BUGS holds information about the various Oracle Applications bugs whose fixes have been applied (ie. 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 (eg. "merged" patches), then they are considered distinct and this table will therefore hold 2 records.

Ad_applied_patches contains information about patches that you applied on the system,
ad_bugs has information about all bugs and patches that have been included in the patches you applied.
For example you apply merged patch merge123 it contains 5 patches
10001 10002 10003 …
ad_applied_patches – will have one record about merge123
ad_bugs – 5 records

Another example: you apply maintenance patch which includes 51 other
patches. In that case
ad_applied_patches – will have one record about maintenance patch
ad_bugs – 51 + 1

I use ad_bugs table in order to find out do I have one or another patch to apply.
本文转自ITPUB博客tolywang的博客,原文链接:AD_BUGS 和 AD_APPLID_PATCHES 的区别,如需转载请自行联系原博主。
相关文章
|
6月前
|
Java
NSS [NSSRound#7 Team]ec_RCE
NSS [NSSRound#7 Team]ec_RCE
71 0
|
9月前
|
编解码 Linux Android开发
linux文件组 avc: denied { dac_read_search } for capability=2
linux文件组 avc: denied { dac_read_search } for capability=2
347 0
|
分布式计算 Apache Spark
《Yelp Ad Targeting at Scale with Apache Spark》电子版地址
Yelp Ad Targeting at Scale with Apache Spark
78 0
《Yelp Ad Targeting at Scale with Apache Spark》电子版地址
relocation R_X86_64_PC32 against symbol ff_pw_9 can not be used when making a shared object
relocation R_X86_64_PC32 against symbol ff_pw_9 can not be used when making a shared object
304 0
|
存储
PAT (Advanced Level) Practice - 1021 Deepest Root(25 分)
PAT (Advanced Level) Practice - 1021 Deepest Root(25 分)
99 0
|
Oracle 关系型数据库 Windows
|
中间件 关系型数据库 Oracle
|
机器学习/深度学习 Oracle 关系型数据库