oracle

推荐列表 站点导航

当前位置:首页 > 数据库 > oracle >

查看Oracle 32位还是64位(x86 or x64)

来源:网络整理  作者:网络  发布时间:2020-12-07 22:50
本文将教大家如何查看Oracle是32位还是64位?...
-------------------------------------------------------------------------------- 
NLSRTL Version 11.2.0.3.0 – Production 
###32位:输出为8位16进制数 
TNS for Linux: Version 11.2.0.3.0 - Production 
SQL> select * from v$version; 
  
Oracle Database 11g Enterprise EditionRelease11.2.0.1.0 - Production 
SQL> select address from v$sql whererownum<2; 
  
  
###32位: 
Oracle Database 11g Enterprise Edition Release11.2.0.3.0 - 64bit Production 
Copyright (c) 1982, 2011, Oracle.  All rights reserved. 
  
  

ADDRESS 
  
[oracle@db01 ~]$sqlplus/ as sysdba; 
  
CORE   11.2.0.1.0     Production 
  
方法三:查看v$sql 视图
Connected to: 
  
  
TNS for 32-bit Windows: Version 11.2.0.1.0- Production 
With the Partitioning, OLAP, Data Miningand RealApplication Testing options 
ADDRESS 
Connected to: 
###32位: 
###64位: 
PL/SQL Release 11.2.0.3.0 - Production 

###64位: 
Oracle Database 11g Enterprise Edition Release11.2.0.3.0 - 64bit Production 
和第一种方法一样,64位会显示具体的位数信息,32位不会显示。
###64位:输出为16位16进制数 
  
SQL>  
SQL> select address from v$sql whererownum<2; 
SQL> select * from v$version; 
  
CORE   11.2.0.3.0      Production 
  
With the Partitioning, OLAP, Data Mining and RealApplication Testing options 
SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 318:44:05 2014 

  
-------------------------------------------------------------------------- 
方法一:使用sqlplus
 
BANNER 
00000000C18D79C8   方法二:查看v$version 视图
NLSRTL Version 11.2.0.1.0 - Production 
  
[oracle@db01 ~]$ sqlplus / as sysdba 
-------- 
Copyright (c) 1982, 2010, Oracle.  All rightsreserved. 
B50ACDAE 
---------------- 
SQL*Plus: Release 11.2.0.1.0 Production onSun Sep 2508:55:48 2011 
BANNER 
如果是64位,用sqlplus 连上之后会显示具体的位数信息,32位则不会显示。 
Oracle Database 11g Enterprise EditionRelease11.2.0.1.0 - Production 
PL/SQL Release 11.2.0.1.0 - Production 
 

相关热词: oracle

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://www.juheyunku.com/sql/oracle/1196.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

查看Oracle 32位还是64位(x86 or x64)

2020-12-07 编辑:网络

-------------------------------------------------------------------------------- 
NLSRTL Version 11.2.0.3.0 – Production 
###32位:输出为8位16进制数 
TNS for Linux: Version 11.2.0.3.0 - Production 
SQL> select * from v$version; 
  
Oracle Database 11g Enterprise EditionRelease11.2.0.1.0 - Production 
SQL> select address from v$sql whererownum<2; 
  
  
###32位: 
Oracle Database 11g Enterprise Edition Release11.2.0.3.0 - 64bit Production 
Copyright (c) 1982, 2011, Oracle.  All rights reserved. 
  
  

ADDRESS 
  
[oracle@db01 ~]$sqlplus/ as sysdba; 
  
CORE   11.2.0.1.0     Production 
  
方法三:查看v$sql 视图
Connected to: 
  
  
TNS for 32-bit Windows: Version 11.2.0.1.0- Production 
With the Partitioning, OLAP, Data Miningand RealApplication Testing options 
ADDRESS 
Connected to: 
###32位: 
###64位: 
PL/SQL Release 11.2.0.3.0 - Production 

###64位: 
Oracle Database 11g Enterprise Edition Release11.2.0.3.0 - 64bit Production 
和第一种方法一样,64位会显示具体的位数信息,32位不会显示。
###64位:输出为16位16进制数 
  
SQL>  
SQL> select address from v$sql whererownum<2; 
SQL> select * from v$version; 
  
CORE   11.2.0.3.0      Production 
  
With the Partitioning, OLAP, Data Mining and RealApplication Testing options 
SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 318:44:05 2014 

  
-------------------------------------------------------------------------- 
方法一:使用sqlplus
 
BANNER 
00000000C18D79C8   方法二:查看v$version 视图
NLSRTL Version 11.2.0.1.0 - Production 
  
[oracle@db01 ~]$ sqlplus / as sysdba 
-------- 
Copyright (c) 1982, 2010, Oracle.  All rightsreserved. 
B50ACDAE 
---------------- 
SQL*Plus: Release 11.2.0.1.0 Production onSun Sep 2508:55:48 2011 
BANNER 
如果是64位,用sqlplus 连上之后会显示具体的位数信息,32位则不会显示。 
Oracle Database 11g Enterprise EditionRelease11.2.0.1.0 - Production 
PL/SQL Release 11.2.0.1.0 - Production 
 

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://www.juheyunku.com/sql/oracle/1196.shtml

相关文章

风云图片

推荐阅读

返回oracle频道首页