用命令檢視當前登入資料庫版本(3種方法)

shuangoracle發表於2010-08-25
SQL*Plus: Release 10.2.0.1.0 - Production on 星期四 7月 22 18:25:32 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
連線到:
Oracle Database
10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
第一種:
SQL> select version from v$instance;
VERSION
-----------------
10.2.0.1.0
第二種:
SQL> select version from product_component_version;
VERSION
--------------------------------------------------------------------------------
10.2.0.1.0
10.2.0.1.0
10.2.0.1.0
10.2.0.1.0
第三種:
SQL> select banner from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
當然也可以直接從上面連結資訊裡看到,哈哈
[@more@]

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

相關文章