我的java天地

如何查看数据库版本

如何查看Oracle数据库版本? Metalink上有一段话,COPY过来复用吧。

To determine the release information for these databases:

Start SQL*Plus from the Oracle home directory:

sqlplus /nolog
SQL> conn / as sysdba

The output is:

Connected

Enter the following command:

SQL> select * from v$version;

The command returns the release information, such as the following:

Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNA for 32-bit Windows: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production

posted on 2009-09-25 14:06 tobyxiong 阅读(629) 评论(0)  编辑  收藏 所属分类: DATABASES


只有注册用户登录后才能发表评论。


网站导航:
 
<2009年9月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

导航

统计

常用链接

留言簿(3)

随笔分类(144)

随笔档案(157)

相册

最新随笔

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜