查看oracle數(shù)據(jù)庫版本的方法
作者:佚名
如果想看現(xiàn)在使用的oracle數(shù)據(jù)庫是什么版本,應(yīng)該用什么方法呢?下面就教您一個查看oracle數(shù)據(jù)庫版本的方法,供您參考。
oracle數(shù)據(jù)庫版本有很多,下面為你介紹的就是查看系統(tǒng)平臺和oracle數(shù)據(jù)庫版本的方法,如果您對oracle數(shù)據(jù)庫版本有興趣,不妨一看。
- $ uname -a
- SunOS billing 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-4
- Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
- $ sqlplus "/ as sysdba"
- SQL*Plus: Release 9.2.0.4.0 - Production on Sun Nov 28 10:48:00 2004
- 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, OLAP and Oracle Data Mining options
- JServer Release 9.2.0.4.0 - Production
- SQL> select * from v$version;
- BANNER
- ----------------------------------------------------------------
- Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
- PL/SQL Release 9.2.0.4.0 - Production
- CORE 9.2.0.3.0 Production
- TNS for Solaris: Version 9.2.0.4.0 - Production
- NLSRTL Version 9.2.0.4.0 - Production
以上就是查看oracle數(shù)據(jù)庫版本的方法介紹。
【編輯推薦】
責任編輯:段燃
來源:
互聯(lián)網(wǎng)