怎样搜查Oracle补丁是否已安装?
发布时间:2021-05-21 01:46:17 所属栏目:站长百科 来源:网络整理
导读:怎样搜查Oracle中是否安装了全部处事和修补措施? 我有一个Oracle 10.2.0.2.0 db版本,想要安装补丁.其它,我想得到包括全部处事和补丁的列表. Here is an article on how to check and or install new patches : 要找到OPatch器材,请配置数据库情形变量,然后
怎样搜查Oracle中是否安装了全部处事和修补措施? 我有一个Oracle 10.2.0.2.0 db版本,想要安装补丁.其它,我想得到包括全部处事和补丁的列表. Here is an article on how to check and or install new patches :要找到OPatch器材,请配置数据库情形变量,然后发出此呼吁: cd $ORACLE_HOME/OPatch > pwd /oracle/app/product/10.2.0/db_1/OPatch 要列出合用于您的数据库的全部修补措施,请行使lsinventory选项: [oracle@DCG023 8828328]$opatch lsinventory Oracle Interim Patch Installer version 11.2.0.3.4 Copyright (c) 2012,Oracle Corporation. All rights reserved. Oracle Home : /u00/product/11.2.0/dbhome_1 Central Inventory : /u00/oraInventory from : /u00/product/11.2.0/dbhome_1/oraInst.loc OPatch version : 11.2.0.3.4 OUI version : 11.2.0.1.0 Log file location : /u00/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2013-11-13_13-55-22PM_1.log Lsinventory Output file location : /u00/product/11.2.0/dbhome_1/cfgtoollogs/opatch/lsinv/lsinventory2013-11-13_13-55-22PM.txt Installed Top-level Products (1): Oracle Database 11g 11.2.0.1.0 There are 1 products installed in this Oracle Home. Interim patches (1) : Patch 8405205 : applied on Mon Aug 19 15:18:04 BRT 2013 Unique Patch ID: 11805160 Created on 23 Sep 2009,02:41:32 hrs PST8PDT Bugs fixed: 8405205 OPatch succeeded. 要行使sql列出补丁: select * from registry$history; (编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |