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

熱點內容
微信excel文件打開空白 瀏覽:26
win10把office放在桌面 瀏覽:60
雨林win10系統激活 瀏覽:563
西部數據哪個型號硬碟好 瀏覽:189
win10無法運行tgp 瀏覽:171
vbs創建子文件夾 瀏覽:240
車載音樂APP花的什麼流量 瀏覽:894
陌陌聊天群怎麼升級 瀏覽:189
如何管理秘密文件 瀏覽:200
linuxfork線程 瀏覽:548
javabean原理和機制 瀏覽:546
榮威rx5導航怎麼升級 瀏覽:116
同花順中各項數據都是什麼意思 瀏覽:532
lumion怎麼輸出視頻教程 瀏覽:736
GML文件格式轉換 瀏覽:120
數據線抗拉環怎麼用 瀏覽:300
為什麼蘋果6手機沒有網路設置密碼 瀏覽:187
ae文字教程 瀏覽:838
如何拉文件進去cad直接打開 瀏覽:400
飛傲x5二代固件升級 瀏覽:390

友情鏈接