当前位置: 当前位置:首页 >数据库 >查看oracle数据库版本的方法正文

查看oracle数据库版本的方法

作者:系统运维 来源:人工智能 浏览: 【】 发布时间:2025-11-05 03:48:11 评论数:
查看oracle数据库版本的方法
复制$ 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   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.35.36.

最近更新