博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to determine which patches have been applied
阅读量:6613 次
发布时间:2019-06-24

本文共 718 字,大约阅读时间需要 2 分钟。

原文:

There are two tables that contain information about patches applied to your Oracle E-Business Suite applications:

  • AD_APPLIED_PATCHES contains the list of patches that weredirectly applied.
  • AD_BUGS contains the list of all the patches that were directly applied or were contained in the patches that were directly applied.

For example, if you are trying to find out if a certain pre-requisite patch has been applied, query AD_BUGS. If you are trying to find out patches applied in a date range, query AD_APPLIED_PATCHES.

SELECT *  FROM ad_bugs WHERE bug_number = 'patch_number';SELECT *  FROM ad_applied_patches WHERE patch_name = 'patch_number';

Replace patch_number with the number of the patch you want to check.

转载地址:http://rvaso.baihongyu.com/

你可能感兴趣的文章
走好安防海外市场拓展这条路 先认清这些
查看>>
Intel新发烧平台Skylake-X发布时间曝光
查看>>
澳国防部发布最新信息通信技术战略
查看>>
用眼睛来控制家用电器真能实现?科学家设计新型传感器探测眨眼动作
查看>>
国家射频识别联盟新标准发布
查看>>
安防IT化冲击 产品、产业以及服务有哪些变化
查看>>
Solaris 10 x86 Mono 三次折腾准备休战了
查看>>
华南技术盛会:BingoDay2017今在天河人才港盛大举行
查看>>
一张图,看懂全球微信、LINE们的势力分布
查看>>
D1net阅闻:英特尔爆发人事地震 PC芯片等多名一把手离职
查看>>
运营商2015年运营成绩单:中国移动发足狂奔
查看>>
韩国:高通涉嫌垄断 拟罚59亿元创纪录
查看>>
OA选型有哪些易忽略的细节
查看>>
光纤布线系统如何打造绿色数据中心?
查看>>
一家以色列公司要帮FBI解锁iPhone
查看>>
IT企业的云存储安全方法都是错的
查看>>
英特尔进军穿戴和物联网 RealSense技术成标配
查看>>
比特币等公有链不适合物联网行业?物联网需要专用区块链
查看>>
Worktile企业版上线 满足互联网时代的办公新需求
查看>>
RSA加密或成历史 麻省理工研制出5原子量子计算机
查看>>