檢視oracle資料庫真實大小
透過檢視監控orabbix,看到一個sql語句,可以檢視oracle資料庫真實大小。
SELECT to_char( sum( NVL( a.bytes / 1024 / 1024 / 10 - NVL( f.bytes / 1024 / 1024 / 10, 0 ), 0 ) ), 'FM99999999999999990' ) retvalue FROM sys.dba_tablespaces d, ( SELECT tablespace_name, sum( bytes ) bytes FROM dba_data_files GROUP BY tablespace_name ) a, ( SELECT tablespace_name, sum( bytes ) bytes FROM dba_free_space GROUP BY tablespace_name ) f WHERE d.tablespace_name = a.tablespace_name ( + ) AND d.tablespace_name = f.tablespace_name ( + ) AND NOT ( d.extent_management LIKE 'LOCAL' AND d.contents LIKE 'TEMPORARY' )
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28916011/viewspace-2700631/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL命令檢視資料庫和表容量大小MySql資料庫
- Linux檢視MYSQL資料庫容量大小命令LinuxMySql資料庫
- 檢視Oracle各組成部份(如資料塊頭)的大小Oracle
- ORACLE資料庫檢視ACQ(ACTIVE CHECKPOINT QUEUE)資訊Oracle資料庫
- Oracle如何檢視真實執行計劃(一)Oracle
- 檢視oracle資料庫的連線數以及使用者檢視Oracle資料庫
- 資料庫檢視資料庫
- 資料庫-檢視資料庫
- 【PDB】Oracle資料庫如何檢查和設定pdb最大儲存大小Oracle資料庫
- oracle資料庫檢視鎖表的sql語句整理Oracle資料庫SQL
- Oracle相關資料字典檢視Oracle
- 【SQLServer】如何檢視某個資料庫中,每個table的資料量大小SQLServer資料庫
- 2.12 資料庫資料字典檢視資料庫
- 達夢dimp備份恢復資料庫remap以及檢視錶大小等資料庫REM
- 資料庫的物化檢視資料庫
- openGausspostgreSQL資料庫效能檢視SQL資料庫
- 資料庫檢視的作用資料庫
- 資料庫檢視的使用資料庫
- 百度網盤資料夾大小怎麼檢視?百度網盤檢視某個資料夾大小的技巧
- Jtti:linux怎麼檢視oracle資料庫的執行狀態JttiLinuxOracle資料庫
- Oracle資料庫scott使用者建立view檢視許可權Oracle資料庫View
- Oracle資料庫(RAC)巡檢報告Oracle資料庫
- 檢視錶大小
- mysql binlog檢視指定資料庫MySql資料庫
- 什麼是資料庫檢視?資料庫
- android 檢視資料庫和shaedpreference資料框架Android資料庫框架
- 如何獲取 PostgreSQL 資料庫中的表大小、資料庫大小、索引大小、模式大小、表空間大小、列大小SQL資料庫索引模式
- 蘋果|技巧:macOS在Finder中檢視資料夾大小?蘋果Mac
- Oracle資料庫(單機)巡檢報告Oracle資料庫
- Android資料庫檢視庫---Android-Debug-DatabaseAndroid資料庫Database
- oracle資料庫sql查詢檢視第二次查詢很慢Oracle資料庫SQL
- Oracle不同版本檢視資料庫session/system級別設定了哪些eventsOracle資料庫Session
- oracle學習筆記(十四) 資料庫物件 索引 檢視 序列 同義詞Oracle筆記資料庫物件索引
- 資料庫檢視,索引,觸發器資料庫索引觸發器
- 2.8.3 資料庫服務的資料字典檢視資料庫
- Oracle OCP(27):使用資料字典檢視管理物件Oracle物件
- linux檢視資料夾大小,ls-l顯示不正確Linux
- 查詢資料庫大小資料庫