国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > Oracle > 正文

如何確定Oracle是32 Bit(位)的還是64 Bit(位)的?

2024-08-29 13:42:26
字體:
來源:轉載
供稿:網友
 主要有以下幾種方法可以用來確定Oracle的位數:
  
  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進制數,則為32位Oracle
  
  SQL> select address from v$sql where rownum<2;
  
  ADDRESS
  --------
  578428D8
  
  b.假如輸出為16位16進制數,則為64位Oracle
  
  SQL> select address from v$sql where rownum<2;
  
  ADDRESS
  ----------------
  000000040DFA01E0
  
  3.使用系統命令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 ..

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宜章县| 江西省| 靖州| 雷山县| 林州市| 肃北| 厦门市| 洪雅县| 西贡区| 青冈县| 通河县| 阜平县| 大渡口区| 西林县| 板桥市| 安福县| 磐石市| 班玛县| 儋州市| 凉城县| 吴旗县| 疏勒县| 瑞安市| 永川市| 乡城县| 崇礼县| 宁海县| 庆安县| 昌吉市| 林周县| 西昌市| 泗阳县| 城步| 厦门市| 雷山县| 陆河县| 扶余县| 南宁市| 泾源县| 岢岚县| 嵊泗县|