| 修改时间 28-JAN-2010 类型 HOWTO 状态 PUBLISHED | |||
In this Document
Goal
Solution
Applies to:
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.2.0.4Information in this document applies to any platform.
***Checked for relevance on 28-Jan-2010***
Goal
How to Find the free space in ASM Diskgroups?Solution
The Following query can be used to find out the free space in ASM Diskgroups:
SQL:ASM>select name,total_mb,free_mb,state from v$asm_diskgroup;
In Oracle 10.2 ASMCMD> tool can be used to find the free space.
ASMCMD> du
du -Displays the total disk space occupied by ASM files in the specified ASM directory and all its subdirectories, recursively.
产品
| ||
相关的
返回页首