Re: how much physical space allocated to a DB in oracle?

From: HINET <duck22_at_ms18.hinet.net>
Date: Wed, 23 May 2001 23:50:46 +0800
Message-ID: <9egm50$t13_at_netnews.hinet.net>


you can use OEM or use
'select sum(bytes/1024/1024)mb,tablespace_name from dba_free_space group by tablespace_name;'
find available space.

"Sunil Dua" <sdua_at_solutionsny.com> ????? news:bc03ebd5.0105211258.5a1f3b5b_at_posting.google.com... hello,

how can I meausre the physical space allocated/available to a DB in oracle? my environment is Oracle 8.1.5 on Sun Solaris machine.

thanks a lot.

Sunil Received on Wed May 23 2001 - 17:50:46 CEST

Original text of this message