dbTalk Databases Forums  

diskgroup calculations

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss diskgroup calculations in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
just_real
 
Posts: n/a

Default diskgroup calculations - 01-14-2009 , 06:06 PM






Hi

I am using this query to display the size of the diskgroups in Oracle
and manually adding the figures up to get the total size of the
diskgroup.

select b.instance_name, a.LABEL,a.NAME,a.TOTAL_MB,a.GROUP_NUMBER from v
$asm_disk a, v$asm_client b where a.group_number = b.group_number;

The question I have is:

1. Is there a better way to work out the calculations of total
diskgroup size?

2. The above query only works if the diskgroup is managed by ASM. What
would I be doing if there is no ASM? What would I have to change in
the query above?

Thank you.

Reply With Quote
  #2  
Old   
Mark D Powell
 
Posts: n/a

Default Re: diskgroup calculations - 01-16-2009 , 12:02 PM






On Jan 14, 7:06*pm, just_real <jth... (AT) gmail (DOT) com> wrote:
Quote:
Hi

I am using this query to display the size of the diskgroups in Oracle
and manually adding the figures up to get the total size of the
diskgroup.

select b.instance_name, a.LABEL,a.NAME,a.TOTAL_MB,a.GROUP_NUMBER from v
$asm_disk a, v$asm_client b where a.group_number = b.group_number;

The question I have is:

1. Is there a better way to work out the calculations of total
diskgroup size?

2. The above query only works if the diskgroup is managed by ASM. What
would I be doing if there is no ASM? What would I have to change in
the query above?

Thank you.
This was also posted to the server forum and was answered there:

http://groups.google.com/group/comp....98ab7090?hl=en

-- Mark D Powell --


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.