查看oracle数据库版本的方法

数据库 Oracle
如果想看现在使用的oracle数据库是什么版本,应该用什么方法呢?下面就教您一个查看oracle数据库版本的方法,供您参考。

oracle数据库版本有很多,下面为你介绍的就是查看系统平台和oracle数据库版本的方法,如果您对oracle数据库版本有兴趣,不妨一看。

  1. $ uname -a  
  2.  
  3. SunOS billing 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-4  
  4.  
  5. Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001  
  6.  
  7. $ sqlplus "/ as sysdba"  
  8.  
  9.      SQL*Plus: Release 9.2.0.4.0 - Production on Sun Nov 28 10:48:00 2004  
  10.  
  11. Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.  
  12.  
  13. Connected to:  
  14.  
  15. Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production  
  16.  
  17. With the Partitioning, OLAP and Oracle Data Mining options  
  18.  
  19. JServer Release 9.2.0.4.0 - Production  
  20.  
  21. SQL> select * from v$version;  
  22.  
  23. BANNER  
  24.  
  25. ----------------------------------------------------------------  
  26.  
  27. Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production  
  28.  
  29. PL/SQL Release 9.2.0.4.0 - Production  
  30.  
  31. CORE 9.2.0.3.0 Production  
  32.  
  33. TNS for Solaris: Version 9.2.0.4.0 - Production  
  34.  
  35. NLSRTL Version 9.2.0.4.0 - Production  
  36.  

以上就是查看oracle数据库版本的方法介绍。

 

 

【编辑推荐】

带您了解ORACLE resource角色

oracle数据导出和导入的权限

Oracle只读用户角色的建立

查看oracle用户权限

Oracle批量赋权的实现

责任编辑:段燃 来源: 互联网
相关推荐

2010-04-12 13:25:10

Oracle 数据库

2010-10-26 11:04:48

oracle数据导入

2010-05-06 09:30:16

Oracle创建数据库

2010-10-27 14:15:44

Oracle数据库效率

2011-04-13 14:07:17

OracleSybase数据库

2010-04-23 15:34:41

Oracle 数据库

2011-04-12 10:09:33

Oracle数据库关闭

2011-02-28 13:31:17

Oracle数据库

2010-10-26 15:54:02

连接oracle数据库

2018-07-03 15:05:34

数据库Oracle数据提取

2010-04-26 18:32:48

Oracle数据库

2010-10-27 17:11:35

oracle查询

2010-11-15 10:02:49

Oracle数据库重新

2011-04-12 15:44:08

Oracle数据库

2010-11-19 14:42:37

Oracle数据库启动

2010-04-20 11:41:55

Oracle数据库

2021-05-20 08:23:13

Oracle数据库rac启用

2011-04-08 09:07:25

Access数据库Oracle库

2010-05-10 11:02:27

Oracle数据库查看

2011-08-02 11:16:08

Oracle数据库归档日志
点赞
收藏

51CTO技术栈公众号