自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Oracle如何檢查當(dāng)前數(shù)據(jù)庫(kù)CPU和PSU補(bǔ)丁信息?

數(shù)據(jù)庫(kù) Oracle
本文我們主要介紹了Oracle數(shù)據(jù)庫(kù)中檢查當(dāng)前數(shù)據(jù)庫(kù)的CPU和PSU補(bǔ)丁安裝情況的兩種方法,希望能夠?qū)δ兴鶐椭?/div>

Oracle數(shù)據(jù)庫(kù)中,我們?nèi)绾螜z查當(dāng)前數(shù)據(jù)庫(kù)的CPU和PSU補(bǔ)丁安裝情況呢?本文我們主要就介紹這部分內(nèi)容,希望能夠?qū)δ兴鶐椭?/p>

正常情況下有兩種方法:

一種是登錄數(shù)據(jù)庫(kù)檢查DBA_REGISTRY_HIST視圖:

 

  1. MODDB2:[/home/oracle]$sqlplus / as sysdba  
  2. SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 18 13:04:43 2011  
  3. Copyright (c) 1982, 2007, Oracle. All Rights Reserved.  
  4. Connected to:  
  5. Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production  
  6. With the Partitioning, Real Application Clusters, Oracle Label Security, Data Mining  
  7. and Real Application Testing options  
  8. SQL> set pages 100 lines 120  
  9. SQL> col action format a6  
  10. SQL> col namespace format a10  
  11. SQL> col version format a10  
  12. SQL> col comments format a15  
  13. SQL> col action_time format a30  
  14. SQL> col bundle_series format a15  
  15. SQL> alter session set nls_timestamp_format = 'yyyy-mm-dd hh24:mi:ss.ff';  
  16. Session altered.  
  17. SQL> select * from dba_registry_history;  
  18. ACTION_TIME ACTION NAMESPACE VERSION ID BUNDLE_SERIES COMMENTS  
  19. --------------------------- ------ ---------- -------------- -------------- ---------------  
  20. 2011-06-02 16:54:21.301023 APPLY SERVER 10.2.0.4 4 PSU PSU 10.2.0.4.4  
  21. 2011-06-02 16:54:42.711877 APPLY SERVER 10.2.0.4 1 OPSU PSU 10.2.0.4.5 

 

另一種方式是通過(guò)opatch lsinventory方式:

 

  1. MODDB2:[/home/oracle]$opatch lsinventory  
  2. Invoking OPatch 10.2.0.5.0  
  3. Oracle Interim Patch Installer version 10.2.0.5.0  
  4. Copyright (c) 2010, Oracle Corporation. All rights reserved.  
  5. Oracle Home : /oracle/db  
  6. Central Inventory : /oracle/oraInventory  
  7. from : /var/opt/oracle/oraInst.loc  
  8. OPatch version : 10.2.0.5.0  
  9. OUI version : 10.2.0.4.0  
  10. OUI location : /oracle/db/oui  
  11. Log file location : /oracle/db/cfgtoollogs/opatch/opatch2011-08-18_11-18-30AM.log  
  12. Patch history file: /oracle/db/cfgtoollogs/opatch/opatch_history.txt  
  13. Lsinventory Output file location : /oracle/db/cfgtoollogs/opatch/lsinv/lsinventory2011-08-18_11-18-30AM.txt  
  14. --------------------------------------------------------------------------------  
  15. Installed Top-level Products (2):  
  16. Oracle Database 10g 10.2.0.1.0  
  17. Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0  
  18. There are 2 products installed in this Oracle Home.  
  19. Interim patches (4) :  
  20. Patch 6367097 : applied on Tue Sep 14 22:08:15 GMT+08:00 2010  
  21. Created on 20 Jul 2008, 23:37:14 hrs US/Pacific  
  22. Bugs fixed:  
  23. 6367097  
  24. ......  
  25. Bugs fixed:  
  26. 9294403  
  27. OPatch succeeded. 

 

注意:CPU和PSU補(bǔ)丁分為兩部分,首先通過(guò)opatch命令,隨后還需要運(yùn)行cat_bundle.sql。如果沒(méi)有運(yùn)行這個(gè)SQL,則補(bǔ)丁不算安裝成功,這時(shí)通過(guò)OPATCH命令檢查可以看到補(bǔ)丁的安裝信息,但是在數(shù)據(jù)庫(kù)的DBA_REGISTRY_HISTORY中是找不到對(duì)應(yīng)的信息的。

以上就是Oracle數(shù)據(jù)庫(kù)中檢查當(dāng)前數(shù)據(jù)庫(kù)CPU和PSU補(bǔ)丁信息的兩種方法,本文就介紹到這里了,希望本次的介紹能夠?qū)δ兴斋@!

【編輯推薦】

  1. Oracle臨時(shí)表在實(shí)際開(kāi)發(fā)中的應(yīng)用詳解
  2. Oracle 11g R2數(shù)據(jù)庫(kù)示例用戶安裝說(shuō)明
  3. Oracle 11g數(shù)據(jù)庫(kù)審計(jì)功能應(yīng)用實(shí)例解析
  4. Oracle 11g數(shù)據(jù)庫(kù)默認(rèn)審計(jì)選項(xiàng)說(shuō)明詳解
  5. Oracle 11g數(shù)據(jù)庫(kù)使用XML Table的BUG解決
責(zé)任編輯:趙鵬 來(lái)源: CSDN博客
相關(guān)推薦

2011-08-23 15:55:40

數(shù)據(jù)庫(kù)CPUPSU

2011-05-17 14:34:24

2022-06-06 08:21:13

MySQL數(shù)據(jù)庫(kù)命令

2011-03-29 10:47:49

ORACLE數(shù)據(jù)庫(kù)

2021-09-21 15:39:30

rpm-ostree數(shù)據(jù)庫(kù)更新日志

2011-07-27 13:22:35

檢查索引碎片Oracle數(shù)據(jù)庫(kù)重建索引

2010-04-19 16:01:54

2015-07-23 17:02:55

oracle創(chuàng)建數(shù)據(jù)庫(kù)

2023-09-05 08:40:57

刪除數(shù)據(jù)庫(kù)Oracle

2011-04-12 10:59:46

Oracle數(shù)據(jù)庫(kù)

2009-11-20 14:08:39

Oracle數(shù)據(jù)庫(kù)備份

2011-04-13 14:58:16

Oracle數(shù)據(jù)庫(kù)刪除

2011-05-19 13:25:12

Oracle數(shù)據(jù)庫(kù)碎片

2010-04-29 08:52:29

Oracle數(shù)據(jù)庫(kù)

2011-05-11 13:25:57

Oracle數(shù)據(jù)庫(kù)后備恢復(fù)

2011-08-29 14:00:26

MySQL主從延時(shí)

2019-07-03 09:35:20

Oracle數(shù)據(jù)庫(kù)監(jiān)聽(tīng)

2011-08-02 16:44:00

Oracle數(shù)據(jù)庫(kù)角色權(quán)限默認(rèn)表空間

2010-04-09 16:51:24

Oracle數(shù)據(jù)庫(kù)

2011-08-02 17:06:29

Oracle遠(yuǎn)程數(shù)據(jù)庫(kù)創(chuàng)建DB Link
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)