一、
網(wǎng)站制作、建網(wǎng)站找專業(yè)網(wǎng)站設(shè)計公司創(chuàng)新互聯(lián):定制網(wǎng)站、模板網(wǎng)站、仿站、微信小程序、軟件開發(fā)、成都App定制開發(fā)等。做網(wǎng)站價格咨詢創(chuàng)新互聯(lián):服務(wù)完善、十載建站、值得信賴!網(wǎng)站制作電話:028-86922220
打開orcale安裝目錄,如:D:\app\SSG\product\11.2.0\dbhome_1
11.2.0這個目錄名就是版本
二、
主要有以下幾種方法可以用來確定Oracle的位數(shù):
1.通過SQLPLUS登錄即可看出
a.64位登錄時就有顯示
$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Nov 16 15:27:28 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
b.32位的無顯示
[oracle@jumper oracle]$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Nov 16 15:19:03 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
c.從v$version獲取
SQL select * from v$version;
BANNER
------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
PL/SQL Release 9.2.0.6.0 - Production
CORE 9.2.0.6.0 Production
TNS for 32-bit Windows: Version 9.2.0.6.0 - Production
NLSRTL Version 9.2.0.6.0 - Production
2.從v$sql視圖獲取
a.如果輸出為8位16進制數(shù),則為32位Oracle
SQL select address from v$sql where rownum2;
ADDRESS
--------
578428D8
b.如果輸出為16位16進制數(shù),則為64位Oracle
SQL select address from v$sql where rownum2;
ADDRESS
----------------
000000040DFA01E0
3.使用系統(tǒng)命令file
a.如果輸出帶有32-bit字樣為32位Oracle
[oracle@jumper oracle]$ file $ORACLE_HOME/bin/oracle
/opt/oracle/product/9.2.0/bin/oracle: setuid setgid ELF 32-bit LSB executable, Intel 80386..
b.如果輸出帶有64-bit字樣為64位Oracle
$ file $ORACLE_HOME/bin/oracle
/opt/oracle/product/9.2.0/bin/oracle: ELF 64-bit MSB executable SPARCV9 Version 1..
1、在桌面上找到 計算機,右鍵管理,點擊服務(wù)和應(yīng)用程序,雙擊服務(wù),找到oracle的四個服務(wù),這里我們只需要啟動兩個即可。如圖
2、點擊電腦左下角的開始--運行,輸入sqlplus,回車。
3、出現(xiàn)命令窗口,
4、用戶名填寫scott 回車,密碼填寫scott,等待幾秒。
5、以上就是成功連接上Oracle數(shù)據(jù)庫。
6、執(zhí)行select * from v$version ,就會出現(xiàn)如圖。完成效果圖。
select * from v$version;
或select banner from sys.v_$version;
結(jié)果如下:
BANNER
1 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
2 PL/SQL Release 10.2.0.1.0 - Production
3 CORE 10.2.0.1.0 Production
4 TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
5 NLSRTL Version 10.2.0.1.0 - Production
例如:Oracle 9.0.1.1.2
9:版本號
0:新特性版本號
1(第一個):維護版本號
1(第二個):普通的補丁設(shè)置號碼
2:非凡的平臺補丁設(shè)置號碼
Oracle 的版本號很多,先看11g的一個版本號說明:
注意:
在oracle 9.2 版本之后, oracle 的maintenance release number 是在第二數(shù)字位更改。 而在之前,是在第三個數(shù)字位。
1. Major Database Release Number
第一個數(shù)字位,它代表的是一個新版本軟件,也標(biāo)志著一些新的功能。如11g,10g。
2. Database Maintenance Release Number
第二個數(shù)字位,代表一個maintenance release 級別,也可能包含一些新的特性。
3. Fusion Middleware Release Number
第三個數(shù)字位,反應(yīng)Oracle 中間件(Oracle Fusion Middleware)的版本號。
4. Component-Specific Release Number
第四個數(shù)字位,主要是針對組件的發(fā)布級別。不同的組件具有不同的號碼。 比如Oracle 的patch包。
5. Platform-Specific Release Number
第五個數(shù)字位,這個數(shù)字位標(biāo)識一個平臺的版本。 通常表示patch 號。
6. 如何查看版本信息:
(1) 查看v$version
SQL select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
分享名稱:oracle怎么判斷版本,怎么查看oracle的版本
當(dāng)前URL:http://jinyejixie.com/article10/dsecigo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、網(wǎng)站導(dǎo)航、域名注冊、網(wǎng)站制作、軟件開發(fā)、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)