Trace: asm_disk_usage

Disk usage ASM Linux

sudo su - grid -c 'export ORACLE_HOME=/u02/app/grid/product/12.1.0/grid && export ORACLE_SID=+ASM && echo "SELECT name, free_mb, total_mb, free_mb/total_mb*100 as percentage FROM v\$asm_diskgroup;"| /u02/app/grid/product/12.1.0/grid/bin/sqlplus -S / as sysasm'
sudo su - grid -c 'export ORACLE_HOME=/u02/app/grid/product/12.1.0/grid && export ORACLE_SID=+ASM1 && echo "SELECT name, free_mb, total_mb, free_mb/total_mb*100 as percentage FROM v\$asm_diskgroup;"| /u02/app/grid/product/12.1.0/grid/bin/sqlplus -S / as sysasm'
asm_disk_usage.txt · Last modified: 2019/09/05 15:51
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain