檢視Oracle 32位還是64位(x86 or x64)
方法一:使用sqlplus
-
###64位:
-
[oracle@db01 ~]$ sqlplus / as sysdba
-
-
SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 3 18:44:05 2014
-
-
Copyright (c) 1982, 2011, Oracle. All rights reserved.
-
-
Connected to:
-
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-
-
SQL>
-
如果是64位,用sqlplus 連上之後會顯示具體的位數資訊,32位則不會顯示。
-
-
-
###32位:
-
[oracle@db01 ~]$sqlplus/ as sysdba;
-
-
SQL*Plus: Release 11.2.0.1.0 Production onSun Sep 25 08:55:48 2011
-
-
Copyright (c) 1982, 2010, Oracle. All rights reserved.
-
-
Connected to:
-
Oracle Database 11g Enterprise EditionRelease 11.2.0.1.0 - Production
- With the Partitioning, OLAP, Data Miningand Real Application Testing options
方法二: 檢視v$version 檢視
-
###32位:
-
SQL> select * from v$version;
-
-
BANNER
-
--------------------------------------------------------------------------
-
Oracle Database 11g Enterprise EditionRelease 11.2.0.1.0 - Production
-
PL/SQL Release 11.2.0.1.0 - Production
-
CORE 11.2.0.1.0 Production
-
TNS for 32-bit Windows: Version 11.2.0.1.0- Production
-
NLSRTL Version 11.2.0.1.0 - Production
-
-
###64位:
-
SQL> select * from v$version;
-
-
BANNER
-
--------------------------------------------------------------------------------
-
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
PL/SQL Release 11.2.0.3.0 - Production
-
CORE 11.2.0.3.0 Production
-
TNS for Linux: Version 11.2.0.3.0 - Production
- NLSRTL Version 11.2.0.3.0 – Production
方法三:檢視v$sql 檢視
-
###32位:輸出為8位16進位制數
-
SQL> select address from v$sql whererownum<2;
-
-
ADDRESS
-
--------
-
B50ACDAE
-
-
###64位:輸出為16位16進位制數
-
SQL> select address from v$sql where rownum<2;
-
-
ADDRESS
-
----------------
- 00000000C18D79C8
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20674423/viewspace-1287847/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視 Oracle 是32位還是64位的方法Oracle
- Linux系統檢視伺服器是arm架構還是x86架構Linux伺服器架構
- Window X86和X64的區別 Window x64和Window x86是什麼意思
- 檢視安裝的ORACLE是32位還是64位Oracle
- 檢視 Oracle 是用spfile 啟動還是 pfile 啟動Oracle
- 檢視ORACLE啟動時使用spfile還是pfileOracle
- 檢查.net dll構建的目標平臺是any cpu、x86、x64
- 檢視Linux是ubuntu還是centosLinuxUbuntuCentOS
- ORACLE關於如何是exp匯出還是expdp並檢視資訊Oracle
- 檢視Oracle資料庫是企業版還是標準版Oracle資料庫
- 如何檢視python是32位還是64位Python
- 檢視當前作業系統是ubuntu還是centos作業系統UbuntuCentOS
- 如何檢視Linux是32位還是64位Linux
- liunx下檢視核心是32位還是64位
- WIN10怎麼檢視磁碟是MBR還是GPT win10磁碟初始化mbr還是gpt如何檢視Win10GPT
- win10如何檢視電腦是32位還是64位_win10是32位還是64位怎麼檢視Win10
- 怎樣檢視python是64位還是32位Python
- 檢視linux機器是32位還是64位Linux
- 檢視dmp檔案是exp還是expdp匯出來的
- 檢視windows server 2003 是32位還是64位WindowsServer
- 檢視已經建立的svn庫格式是 FSFS 還是 VDFS 的?
- win10系統如何檢視網路卡是千兆還是百兆Win10
- Linux中如何檢視系統是32位還是64位?Linux
- windows怎麼檢視是否是固態硬碟還是機械硬碟Windows硬碟
- Requirements For Installing Oracle10gR2 on RHEL 5 x86 /x64UIREMOracle
- 檢視Oracle DG是否是實時應用Oracle
- 檢視、修改oracle字符集,檢視oracle版本Oracle
- x86 版和x64版有什麼區別?
- 自動駕駛,是“平視”還是“俯視”?自動駕駛
- 【日常分享】Linux系統檢視是32位還是64位的方法Linux
- 檢視oracle被鎖的表是誰鎖的Oracle
- 如何檢視oracle引數是靜態或者是動態Oracle
- Oracle檢視:常用動態效能檢視Oracle
- oracle效能檢視Oracle
- oracle檢視大全Oracle
- 管理oracle檢視Oracle
- oracle物化檢視Oracle
- 新手指導:教你如何檢視識別hadoop是32位還是64位Hadoop