導航:首頁 > 編程大全 > sql查資料庫版本

sql查資料庫版本

發布時間:2025-03-09 04:59:20

Ⅰ oracle 查看資料庫版本sql

1、首先要用有dba許可權的用戶登錄。

2、執行以下sql:

select*fromv$version;

3、查詢結果:

Ⅱ 如何查看資料庫版本

方法一:$version

SQL> select * from v$version;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Proction
PL/SQL Release 11.1.0.7.0 - Proction
CORE 11.1.0.7.0 Proction
TNS for Linux: Version 11.1.0.7.0 - Proction
NLSRTL Version 11.1.0.7.0 - Proction

方法二:proct_component_version

SQL> select * from proct_component_version;

PRODUCT VERSION STATUS
---------------------------------------------------------------------------------------------
NLSRTL 11.1.0.7.0 Proction
Oracle Database 11g Enterprise Edition 11.1.0.7.0 64bit Proction
PL/SQL 11.1.0.7.0 Proction
TNS for Linux: 11.1.0.7.0 Proction

SQL>

方法三:dbms_output.put_line( dbms_db_version.version )

SQL> SET SERVEROUTPUT ON
SQL> EXEC dbms_output.put_line( dbms_db_version.version );
11

PL/SQL procere successfully completed.

SQL>

Oracle Database History

Since version 5, Oracle\'s RDBMS release numbering has used the following codes:
Oracle v5
Oracle v6
Oracle7: 7.0.16–7.3.4
Oracle8 Database: 8.0.3–8.0.6
Oracle8i Database Release 1: 8.1.5.0–8.1.5.1
Oracle8i Database Release 2: 8.1.6.0–8.1.6.3
Oracle8i Database Release 3: 8.1.7.0–8.1.7.4
Oracle9i Database Release 1: 9.0.1.0–9.0.1.5 (patchset as of December 2003)
Oracle9i Database Release 2: 9.2.0.1–9.2.0.8 (patchset as of April 2007)
Oracle Database 10g Release 1: 10.1.0.2–10.1.0.5 (patchset as of February 2006)
Oracle Database 10g Release 2: 10.2.0.1–10.2.0.5 (patchset as of April 2010)
Oracle Database 11g Release 1: 11.1.0.6–11.1.0.7 (patchset as of September 2008)
Oracle Database 11g Release 2: 11.2.0.1–11.2.0.3 (patchset as of September 2011)
The version-numbering syntax within each release follows the pattern: major.maintenance.application-server.component-specific.platform-specific.
For example, "10.2.0.1 for 64-bit Solaris" means: 10th major version of Oracle, maintenance level 2, Oracle Application Server (OracleAS) 0, level 1 for Solaris 64-bit.

另外,Fenng之前做了一個關於資料庫版本使用情況的調查,從圖中可以看出現階段中國地區,使用10gR2版本的仍是絕大多數。

Ⅲ 如何查看sqlserver資料庫版本

1、方法一:通過來屬性源查看版本

第一步打開sql server資料庫,滑鼠右鍵連接對象,選擇屬性,如下圖所示:

Ⅳ 在SQL中怎麼查看版本號

方法一:通過代碼

打開sqlserver管理器,連接進入資料庫,然後點擊「新建查詢」。

閱讀全文

與sql查資料庫版本相關的資料

熱點內容
網路中常用的傳輸介質 瀏覽:518
文件如何使用 瀏覽:322
同步推密碼找回 瀏覽:865
樂高怎麼才能用電腦編程序 瀏覽:65
本機qq文件為什麼找不到 瀏覽:264
安卓qq空間免升級 瀏覽:490
linux如何刪除模塊驅動程序 瀏覽:193
at89c51c程序 瀏覽:329
怎麼創建word大綱文件 瀏覽:622
裊裊朗誦文件生成器 瀏覽:626
1054件文件是多少gb 瀏覽:371
高州禁養區內能養豬多少頭的文件 瀏覽:927
win8ico文件 瀏覽:949
仁和數控怎麼編程 瀏覽:381
項目文件夾圖片 瀏覽:87
怎麼在東芝電視安裝app 瀏覽:954
plc顯示數字怎麼編程 瀏覽:439
如何辨別假網站 瀏覽:711
寬頻用別人的賬號密碼 瀏覽:556
新app如何佔有市場 瀏覽:42

友情鏈接