Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: List disk/disk partition of the diskgroup

RE: List disk/disk partition of the diskgroup

From: Lawie, Duncan <duncan.lawie_at_credit-suisse.com>
Date: Mon, 30 Oct 2006 10:54:11 -0000
Message-ID: <07150B51CE30744CBBB58E696139708D0A8F3493@elon11p32002.csfp.co.uk>


Are you after something like this ?    

select g.name, d.name, d.path
from v$asm_diskgroup g, v$asm_disk d
where g.group_number = d.group_number
/


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Shivaswamy Raghunath Sent: 30 October 2006 00:29
To: oracle-l_at_freelists.org
Subject: List disk/disk partition of the diskgroup

Hello.  

I could not find a way to list the disk or disk partition underlying the disk group in any of the ASM views. Can you help me?  

Thanks,
Shiva



Please access the attached hyperlink for an important electronic communications disclaimer:

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html


--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 30 2006 - 04:54:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US