檢視資料庫版本與補丁的版本資訊
---檢視資料庫版本:
[oracle@susu ~]$ sqlplus -v
SQL*Plus: Release 11.2.0.4.0 Production
[oracle@susu ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Sat Dec 24 13:44:19 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
---檢視補丁版本資訊:
--檢視DB的home目錄:
[oracle@susu ~]$ echo $ORACLE_HOME
/u01/app/oracle/product/11.2.0/dbhome_1
--進入DB的home目錄:
[oracle@susu ~]$ cd /u01/app/oracle/product/11.2.0/dbhome_1
[oracle@susu dbhome_1]$ ls
apex config dc_ocm susu.oracle.com_PROD j2ee lib oc4j ord racg sqlj uix
assistants crs deinstall has javavm log odbc oui rdbms sqlplus usm
bin csmig demo hs jdbc md olap owb relnotes srvm utl
ccr css diagnostics ide jdev mesg OPatch owm root.sh suptools wwg
cdata ctx dv install jdk mgw opmn perl scheduler sysman xdk
cfgtoollogs cv emcli instantclient jlib network oracore plsql slax timingframework
clone dbs EMStage inventory ldap nls oraInst.loc precomp sqldeveloper ucp
[oracle@susu dbhome_1]$ cd OPatch/
--執行 ./opatch lsinventory檢視:
[oracle@susu OPatch]$ ./opatch lsinventory
Oracle Interim Patch Installer version 11.2.0.3.4
Copyright (c) 2012, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle/product/11.2.0/dbhome_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/11.2.0/dbhome_1/oraInst.loc
OPatch version : 11.2.0.3.4
OUI version : 11.2.0.4.0
Log file location : /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2016-12-24_12-00-30PM_1.log
Lsinventory Output file location : /u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/lsinv/lsinventory2016-12-24_12-00-30PM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (1):
Oracle Database 11g 11.2.0.4.0
There are 1 products installed in this Oracle Home.
There are no Interim patches installed in this Oracle Home.
--------------------------------------------------------------------------------
OPatch succeeded.
#由於沒有安裝補丁,所以顯示沒有安裝。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31392094/viewspace-2131313/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視資料庫的版本資料庫
- 檢查資料庫CPU和PSU補丁資訊資料庫
- 6、mysql與suse檢視版本資訊MySql
- oracle 資料庫版本對應的psu和補丁號碼Oracle資料庫
- centos檢視版本資訊CentOS
- 三種檢視MySQL資料庫版本的方法MySql資料庫
- 12.1.0.1 及更高版本的資料庫安全補丁 (文件 ID 1603242.1)資料庫
- 如何檢視SQLSERVER的版本資訊和SP補丁資訊(適用於SQL2005,2008)SQLServer
- 檢視weblogic版本資訊Web
- 檢視 linux 版本資訊Linux
- Oracle 檢查當前資料庫CPU和PSU補丁資訊Oracle資料庫
- AIX 5.3 TL05版本以上資料庫補丁Patch 5496862AI資料庫
- weblogic的版本及打補丁Web
- Linux系統glibc庫版本資訊檢視Linux
- Oracle資料庫升級與補丁Oracle資料庫
- 檢視ubuntu版本與linux核心版本UbuntuLinux
- linux 發行版本資訊的檢視Linux
- Oracle各版本補丁的支援週期Oracle
- 資料庫補丁索引資料庫索引
- 檢視UNIX的版本資訊,硬體狀況,Solaris與Sunos
- 12. Oracle版本、補丁及升級——12.2. 補丁及補丁集Oracle
- 檢視Linux系統版本資訊Linux
- Linux下如何檢視版本資訊Linux
- linux檢視系統版本資訊Linux
- Oracle檢視版本號等其他資訊Oracle
- [Q]怎麼檢視資料庫版本 zt及實驗資料庫
- Linux系統如何檢視版本資訊Linux
- 【Mysql】如何檢視mysql軟體版本資訊MySql
- Python中如何檢視庫版本?Python
- 如何檢視Oracle補丁 - opatch 的使用Oracle
- 檢視資料庫中各表資訊資料庫
- 檢視 .net 版本
- Mysql版本檢視MySql
- 檢視AIX版本AI
- CUDA 版本檢視
- 檢視EBS版本
- Oracle資料庫打補丁方法Oracle資料庫
- 教你如何用MongoDB檢視版本資訊詳解MongoDB