[20191125]18c oraversion.txt
[20191125]18c oraversion.txt
--//18c提供使用程式顯示oracle版本號.有時候顯示測試環境需要,12c以上查詢v$version輸出有點長.
--//簡單做一個記錄:
$ oraversion
This program prints release version information.
These are its possible arguments:
-compositeVersion: Print the full version number: a.b.c.d.e.
-baseVersion: Print the base version number: a.0.0.0.0.
-majorVersion: Print the major version number: a.
-buildStamp: Print the date/time associated with the build.
-buildDescription: Print a description of the build.
-help: Print this message.
--//各個引數輸出如下:
$ oraversion | grep "^-[^h]" | cut -f1 -d: | xargs -IQ bash -c "echo -n Q = ; oraversion Q "
-compositeVersion =18.3.0.0.0
-baseVersion =18.0.0.0.0
-majorVersion =18
-buildStamp =180628094320
-buildDescription =Release_Update
--//也可以將引數連在一起:
$ oraversion | grep "^-[^h]" | cut -f1 -d: | paste -sd" " | xargs -IQ bash -c "oraversion Q"
18.3.0.0.0
18.0.0.0.0
18
180628094320
Release_Update
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2665494/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20191125]編譯vmtouch.txt編譯
- [20191125]探究等待事件的本源.txt事件
- [20191125]oracel SQL parsing function qcplgte 2.txtSQLFunction
- Oracle 18cOracle
- №20191125簡易操作1~7(今期:上=下= -8)
- 【18c】Oracle 18.3 RPM安裝Oracle
- Oracle DB 18c - 手動升級到 18c 的完整核對清單 (文件 ID 2469647.1)Oracle
- [20181122]18c sqlplus set linesize.txtSQL
- Oracle 18c安裝初體驗Oracle
- [20201126]18c VPD的問題.txt
- [20181116]18c DML 日誌優化.txt優化
- Oracle 18C升級到19COracle
- Oracle 12C升級到18COracle
- Oracle 18c使用dbca建立級聯DGOracle
- [20190530]ORACLE 18c - ALTER SEQUENCE RESTART.txtOracleREST
- Oracle 18C新特性之PDB snapshot(快照) CarouselOracle
- [20211214]18c標量子查詢unnest.txt
- [20211026]關於18c row cache mutex.txtMutex
- [20211031]18c row cache mutext等待事件探究.txtMutex事件
- [20210419]測試18c SQL Translation Framework.txtSQLFramework
- Oracle 18c新特性詳解:In-Memory 專題Oracle
- [20181107]18c set feedback顯示sql_id.txtSQL
- 18C新特性之PDB snapshot Carousel,夠用嗎?
- Oracle 12c和18c中的MGMTDB(下)Oracle
- ORACLE 18C 19C 20C新特性Oracle
- [20211111]18c index (re)build lock or pin object.txtIndexUIObject
- Oracle Linux 7.1 靜默安裝Oracle 18c RACOracleLinux
- Oracle 18c新特性詳解-多租戶專題Oracle
- [20181107]18c新特性取消執行的sql.txtSQL
- Oracle 18c rpm 安裝及解析安裝過程Oracle
- Oracle 18c新特性:多租戶艦隊 CDB FleetOracle
- Oracle 18c - 配置只讀 OracleHome / DBCA / Patching / Upgrade (文件 ID 2469646.1)Oracle
- ORACLE 18C啟動資料庫報錯ORA-04031Oracle資料庫
- 【靜默】在RHEL 6.5上靜默安裝Oracle 18cOracle
- 【kingsql分享】Oracle 18c RAC補丁升級實戰【DBRU】SQLOracle
- 【kingsql分享】Oracle 18c可插拔資料庫艦隊新玩法SQLOracle資料庫
- Oracle 18c bug 執行 DBMS_PDB.CHECK_PLUG_COMPATIBILITY報錯Oracle
- Oracle 18C新特性之PDB snapshot Carousel--PDB快照輪播Oracle