導航:首頁 > 編程大全 > 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查資料庫版本相關的資料

熱點內容
手機升級中卡了怎麼辦理嗎 瀏覽:23
網路創世紀7 瀏覽:7
java如何訪問mysql 瀏覽:969
u盤里的文件怎麼備份文件 瀏覽:223
win防火牆怎麼設置允許訪問網站 瀏覽:141
電腦文件名沒辦法打中文 瀏覽:576
excel表格工具欄文件窗口在哪裡 瀏覽:946
學會cnc編程再學什麼 瀏覽:96
最慢的編程語言是哪個 瀏覽:604
文件夾搜索詳細內容 瀏覽:312
數據線掉了一般在哪裡 瀏覽:498
編程中積木塊當接收到是什麼意思 瀏覽:429
a7r2的圖片配置文件 瀏覽:952
104報文工具 瀏覽:935
微信瀏覽器下拉載入 瀏覽:671
打開cad文件有的顯示問號怎麼辦 瀏覽:318
excel框選文件夾內文件 瀏覽:441
鄭州少兒學編程哪個學校好 瀏覽:636
win10鬧鍾鈴聲替換目標文件 瀏覽:808
php伺服器下載文件 瀏覽:639

友情鏈接