`
xitong
  • 浏览: 6206492 次
文章分类
社区版块
存档分类
最新评论

OS & Oracle is 32-bit or 64-bit?

 
阅读更多

如何判断Oracle数据库是32位还是64位?

Script 1:

SELECT length(addr)*4 || '-bits' word_length 
FROM v$process 
where ROWNUM =1;
Script 2:

select * from v$version;
output like:

Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
PL/SQL Release 11.1.0.7.0 - Production
CORE 11.1.0.7.0 Production
TNS for Linux: Version 11.1.0.7.0 - Production
NLSRTL Version 11.1.0.7.0 - Production

如何判断Linux操作系统是32位还是64位?

[oracle@bej301441 bin]$ uname -m
x86_64

如果x86_64为64-bit,

如果为i686 i686 i386 GNU/Linux之类的,则为32-bit.



分享到:
评论

相关推荐

    dbExpress driver for Oracle v6.2.3

    dbExpress is a database-independent layer that defines common interface to provide fast access to Oracle from Delphi and C++Builder on Windows and Mac OS X for both 32-bit and 64-bit platforms....

    ODAC 9.3 Full Source D7-XE6

    Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle from Delphi, C++Builder, Lazarus (and Free Pascal) for 32-bit and 64-bit Windows, Mac OS X, ...

    ODAC 9.2 Full Source D7-XE5

    Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle from Delphi, C++Builder, Lazarus (and Free Pascal) for 32-bit and 64-bit Windows, Mac OS X, ...

    tuxedo11gR1 RP036官方补丁

    OS: ORACLE Enterprise LINUX 5 64-bit X86 TUXEDO Release: TUXEDO 111 This patch is for Oracle Tuxedo11gR1. Run install.sh(UNIX) or excute the exe file(windows). Tuxedo 11gR1 Rolling Patch ...

    instantclient_10_2和instantclient_11_2

    问题二:cx_Oracle.DatabaseError: DPI-1050: Oracle Client library is at version 10.2 but version 11.2 or higher is needed 解决二:因为我当前使用的是instantclient_10_2,应切换成instantclient_11_2,即添加...

    p7331323_10204_AIX5L

    Applies to: Oracle Server - Enterprise Edition - Version: 10.2.0.4 to 11.1.0.6 ...NOTE:419871.1 - Failures due to "skgxpvfymmtu: process failed because of a resource problem in the OS" on 32-bit Linux

    TNS-12541: TNS: 无监听程序 TNS-12560

    OS : Windows Server 2008 64Bit (做了HA) DB : 11.1.0.7.0 排错过程: 前天应用不能访问数据库了 (后台应用能访问数据库),故障发生。 马上登录到服务器里查看监听状态,发现有TNS-12541 ,TNS-12560等错误 ...

    jna-4.2.2 官方原版下载

    Native long support (32- or 64-bit as appropriate) Demo applications/examples Supported on 1.4 or later JVMs, including JavaME (earlier VMs may work with stubbed NIO support) Customizable ...

    javacv-platform-1.3.3-src

    Finally, please make sure everything has the same bitness: 32-bit and 64-bit modules do not mix under any circumstances. Manual Installation Simply put all the desired JAR files (opencv*.jar, ffmpeg...

    Absolute Database for D7

    000 30,000 Database size 32 TB (also limited by file system and OS) 32 TB (also limited by file system and OS) Identifier length (in characters) 255 255 Locks per connection 2,147,483,647 N/A Rows per...

    Presto大数据分布式SQL查询引擎的官方主页——prestodb/ Presto

    Java 8 Update 151 or higher (8u151+), 64-bit. Both Oracle JDK and OpenJDK are supported. Maven 3.3.9+ (for building) Python 2.4+ (for running with the launcher script) Building Presto Presto is a ...

Global site tag (gtag.js) - Google Analytics