Previous post on Exadata storage
Part3: http://oracletechdba.blogspot.com/2014/07/to-know-relation-between-physical.html
Part4: ASM disk association with alias name of cell disk
set line 1000
col path for a40
column name format a25
select name, MOUNT_STATUS, HEADER_STATUS, MODE_STATUS, STATE, PATH, TOTAL_MB, FREE_MB from v$asm_disk order by 1;
using below commad you can associate the ASM Disk group with
Exadata storage.
No comments:
Post a Comment