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: Simple DBA Type Question

Re: Simple DBA Type Question

From: Suhen Pather <PatherS5_at_telkom.co.za>
Date: Mon, 21 Aug 2000 17:01:53 +0200
Message-Id: <10596.115100@fatcity.com>


Hi

To get the total allocated space of your database

select sum(bytes/1024/1024) from dba_data_files /
In MegaBytes

To get the total space used

select sum(bytes/1024/1024) from dba_segments /

HTH
Suhen Pather
Oracle DBA
Telkom SA

>>> peterhazelton_at_hotmail.com 08/21/00 04:44PM >>>
Hi guys

Real quick question here! Using SQL plus, how can I determine the = physical=20
size of my database? If that cannot be done, is there a way to see the = size=20
of individual tables?

Thanks a lot

Peter



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com=20=

--=20
Author: Peter Hazelton
  INET: peterhazelton_at_hotmail.com=20

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Aug 21 2000 - 10:01:53 CDT

Original text of this message

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