資料庫例項$ASM_DISK檢視的FREE_MB值不正確
在資料庫例項上檢查V$ASM_DISK檢視,發現FREE_MB欄位的值不正確。
資料庫版本為RAC 10.2.0.3:
bash-3.00$ export ORACLE_SID=+ASM1
bash-3.00$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on 星期四 11月 25 18:41:55 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
SQL> set pages 100 lines 120
SQL> select name, total_mb, free_mb
2 from v$asm_diskgroup
3 where name = 'MEMBER';
NAME TOTAL_MB FREE_MB
------------------------------------------------------------ ---------- ----------
MEMBER 1048562 425820
SQL> select name, total_mb, free_mb
2 from v$asm_disk
3 where name like 'MEMBER%';
NAME TOTAL_MB FREE_MB
------------------------------------------------------------ ---------- ----------
MEMBER_0000 1048562 425820
SQL> exit
從 Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options 斷開
bash-3.00$ export ORACLE_SID=tradedb1
bash-3.00$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on 星期四 11月 25 18:43:10 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
SQL> set pages 100 lines 120
SQL> select name, total_mb, free_mb
2 from v$asm_diskgroup
3 where name = 'MEMBER';
NAME TOTAL_MB FREE_MB
------------------------------ ---------- ----------
MEMBER 1048562 425820
SQL> select name, total_mb, free_mb
2 from v$asm_disk
3 where name like 'MEMBER%';
NAME TOTAL_MB FREE_MB
------------------------------ ---------- ----------
MEMBER_0000 1048562 0
可以看到從資料庫例項查詢V$ASM_DISKGROUP的結果是正確的,而查詢V$ASM_DISK結果就不正確。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4227/viewspace-680416/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux檢視資料夾大小,ls-l顯示不正確Linux
- 【YashanDB知識庫】v$instance檢視中例項角色含義不明確
- 資料庫檢視資料庫
- 資料庫-檢視資料庫
- 資料庫的物化檢視資料庫
- 資料庫檢視的作用資料庫
- 資料庫檢視的使用資料庫
- Jni CallVoidMethod回撥傳值不正確
- mongodb關閉資料庫例項MongoDB資料庫
- oracle資料庫與oracle例項Oracle資料庫
- oracle資料庫建立資料庫例項-九五小龐Oracle資料庫
- 3.4.4 檢視例項的靜默狀態
- 2.12 資料庫資料字典檢視資料庫
- Oracle 資料庫巡檢指令碼 單例項 RAC 輸出HTML格式Oracle資料庫指令碼單例HTML
- 資料庫正規化與例項資料庫
- ajax讀取資料庫資料程式碼例項資料庫
- openGausspostgreSQL資料庫效能檢視SQL資料庫
- 2.8.3 資料庫服務的資料字典檢視資料庫
- 檢測資料庫遷移準確性資料庫
- JDBC連線MySQL資料庫的方法和例項JDBCMySql資料庫
- 達夢資料庫例項的狀態和模式資料庫模式
- 3.1.5.4 啟動例項並mount 資料庫資料庫
- 3.1.5.1 關於啟動資料庫例項資料庫
- mysql binlog檢視指定資料庫MySql資料庫
- 什麼是資料庫檢視?資料庫
- 【資料庫資料恢復】ASM例項不能掛載的Oracle資料庫資料恢復案例資料庫資料恢復ASMOracle
- 檢視oracle資料庫中,哪些表的欄位是null值比較多Oracle資料庫Null
- android 檢視資料庫和shaedpreference資料框架Android資料庫框架
- 檢視oracle資料庫的連線數以及使用者檢視Oracle資料庫
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- 資料庫例項效能調優利器:Performance Insights資料庫ORM
- 19C 單例項資料庫安裝單例資料庫
- 如何將Azure SQL 資料庫還原到本地資料庫例項中SQL資料庫
- Android資料庫檢視庫---Android-Debug-DatabaseAndroid資料庫Database
- Java 例項 - 如何檢視當前 Java 執行的版本?Java
- 檢視oracle資料庫真實大小Oracle資料庫
- 資料庫檢視,索引,觸發器資料庫索引觸發器
- 例項演示oracle資料塊狀態檢視v$bh的用法一 獲取oracle物件所佔用的資料塊Oracle物件
- 設計模式使用例項(5)——建造者模式例項之資料庫連線管理設計模式資料庫