怎么看自己的电脑上装的oracle 10g版本还是oracle11g版本
3个回答
展开全部
windows平台上呢 直接到你已安装程序里面看 名字就可以分辨出来了~
也可以打开运行窗口 快捷键 ctrl+r 然后CMD 然后用sqlplus连接数据库
C:\Users\Le_Jason>sqlplus system/oracle@orcl
SQL*Plus: Release 11.2.0.1.0 Production on 星期一 4月 23 14:13:24 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
上面我是通过windows平台的11.2.0.1.0版本的客户端连接的linux平台的10g的数据库
或者你可以直接tnsping你的服务名也可以显示数据库的版本
tnsping orcl (orcl就是你要查看的数据库的服务名)
linux平台:
su - oracle
[oracle@jason ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Apr 23 14:10:27 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
上面很明显显示数据库是 10G的2.0.1.0小版本
也可以打开运行窗口 快捷键 ctrl+r 然后CMD 然后用sqlplus连接数据库
C:\Users\Le_Jason>sqlplus system/oracle@orcl
SQL*Plus: Release 11.2.0.1.0 Production on 星期一 4月 23 14:13:24 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
上面我是通过windows平台的11.2.0.1.0版本的客户端连接的linux平台的10g的数据库
或者你可以直接tnsping你的服务名也可以显示数据库的版本
tnsping orcl (orcl就是你要查看的数据库的服务名)
linux平台:
su - oracle
[oracle@jason ~]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Apr 23 14:10:27 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
上面很明显显示数据库是 10G的2.0.1.0小版本
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
C:\Documents and Settings\FW>sqlplus /nolog
SQL*Plus: Release 10.1.0.2.0 - Production on 星期六 4月 21 00:42:36 2012
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SP2-0640: Not connected
SQL> ^C
Sqlplus一下,就能看到
SQL*Plus: Release 10.1.0.2.0 - Production on 星期六 4月 21 00:42:36 2012
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SP2-0640: Not connected
SQL> ^C
Sqlplus一下,就能看到
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sqlplus /nolog
conn /as sysdba
select * from v$version;
conn /as sysdba
select * from v$version;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询