服务器之家:专注于服务器技术及软件下载分享
分类导航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|数据库技术|

服务器之家 - 数据库 - Oracle - 查看oracle数据库版本的方法

查看oracle数据库版本的方法

2021-08-31 22:44oracle教程网 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数据库版本的方法介绍。

延伸 · 阅读

精彩推荐