[Q]怎麼檢視資料庫版本 zt及實驗

orchidllh發表於2005-03-15
[A]select * from v$version
包含版本資訊,核心版本資訊,位數資訊(32位或64位)等
至於位數資訊,在linux/unix平臺上,可以通過file檢視,如
file $ORACLE_HOME/bin/oracle

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Prod
PL/SQL Release 10.1.0.3.0 - Production
CORE    10.1.0.3.0      Production
TNS for Linux: Version 10.1.0.3.0 - Production
NLSRTL Version 10.1.0.3.0 - Production

[lisa@bj lisa]$ file $ORACLE_HOME/bin/oracle
/home/oracle/product/10.1.0/db_1/bin/oracle: setuid setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/51862/viewspace-180508/,如需轉載,請註明出處,否則將追究法律責任。

相關文章