檢視安裝的ORACLE是32位還是64位
方法一:使用sqlplus
64位:
[Oracle@db2 ~]$ sqlplus / as sysdba;
SQL*Plus: Release 10.2.0.5.0 - Productionon Sun Sep 25 08:57:22 2011
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
32位:
[oracle@rac1 ~]$ export ORACLE_SID=orcl1
[oracle@rac1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Jun 14 16:24:38 2014
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
64位:
[Oracle@db2 ~]$ sqlplus / as sysdba;
SQL*Plus: Release 10.2.0.5.0 - Productionon Sun Sep 25 08:57:22 2011
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Miningand Real Application Testing options
32位:
[oracle@rac1 ~]$ export ORACLE_SID=orcl1
[oracle@rac1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Sat Jun 14 16:24:38 2014
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
方法二:檢視v$version檢視
32位:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod --此處提示安裝的資料庫是32位
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
64位:
SQL> select address from v$sql where rownum<2;
ADDRESS
--------
30AE76F0
32位:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod --此處提示安裝的資料庫是32位
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
64位:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bi --此處提示安裝的資料庫是64位
PL/SQL Release 10.2.0.5.0 - Production
CORE 10.2.0.5.0 Production
TNS for Linux: Version 10.2.0.5.0 -Production
NLSRTL Version 10.2.0.5.0 – Production
方法三:檢視v$sql 檢視
32位:輸出為8位16進位制BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise EditionRelease 10.2.0.5.0 - 64bi --此處提示安裝的資料庫是64位
PL/SQL Release 10.2.0.5.0 - Production
CORE 10.2.0.5.0 Production
TNS for Linux: Version 10.2.0.5.0 -Production
NLSRTL Version 10.2.0.5.0 – Production
方法三:檢視v$sql 檢視
SQL> select address from v$sql where rownum<2;
ADDRESS
--------
30AE76F0
64位:輸出為16位16進位制數
SQL> select address from v$sql whererownum<2;
ADDRESS
----------------
0000000196FDF7D8
SQL> select address from v$sql whererownum<2;
ADDRESS
----------------
0000000196FDF7D8
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29634949/viewspace-1183092/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視 Oracle 是32位還是64位的方法Oracle
- 檢視 Oracle 是用spfile 啟動還是 pfile 啟動Oracle
- 檢視Linux是ubuntu還是centosLinuxUbuntuCentOS
- 檢視ORACLE啟動時使用spfile還是pfileOracle
- ORACLE關於如何是exp匯出還是expdp並檢視資訊Oracle
- 檢視Oracle資料庫是企業版還是標準版Oracle資料庫
- 如何檢視python是32位還是64位Python
- 檢視當前作業系統是ubuntu還是centos作業系統UbuntuCentOS
- 如何檢視Linux是32位還是64位Linux
- liunx下檢視核心是32位還是64位
- 檢視dmp檔案是exp還是expdp匯出來的
- win10如何檢視電腦是32位還是64位_win10是32位還是64位怎麼檢視Win10
- 檢視已經建立的svn庫格式是 FSFS 還是 VDFS 的?
- WIN10怎麼檢視磁碟是MBR還是GPT win10磁碟初始化mbr還是gpt如何檢視Win10GPT
- 怎樣檢視python是64位還是32位Python
- 檢視linux機器是32位還是64位Linux
- 檢視Oracle 32位還是64位(x86 or x64)Oracle
- 【日常分享】Linux系統檢視是32位還是64位的方法Linux
- 檢視windows server 2003 是32位還是64位WindowsServer
- win10系統如何檢視網路卡是千兆還是百兆Win10
- Linux中如何檢視系統是32位還是64位?Linux
- windows怎麼檢視是否是固態硬碟還是機械硬碟Windows硬碟
- 檢視oracle被鎖的表是誰鎖的Oracle
- 自動駕駛,是“平視”還是“俯視”?自動駕駛
- 檢視win10系統電腦是32位還是64位的方法Win10
- 電腦是組裝的好還是原裝的好?
- 如何檢視oracle引數是靜態或者是動態Oracle
- 檢視Oracle DG是否是實時應用Oracle
- 新手指導:教你如何檢視識別hadoop是32位還是64位Hadoop
- shell檢測檔案是windows格式還是unixWindows
- WIN10系統如何檢視網路卡是100m還是1000m WIN10網路卡是100m還是1000m怎麼檢視Win10
- MySql 什麼是檢視MySql
- 二進位制發行包還是編譯安裝編譯
- IIS與oracle client ,還是oracle server ?OracleclientServer
- Linux系統檢視伺服器是arm架構還是x86架構Linux伺服器架構
- 如何檢視資料庫是專有伺服器模式還是共享伺服器模式資料庫伺服器模式
- oracle檢視連結的hostname 和IP分別是什麼Oracle
- 如何檢查你的計算機使用的是 UEFI 還是 BIOS計算機iOS