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: Lyall Barbour <lbarbour_at_stanford.edu>
Date: Mon, 21 Aug 2000 07:50:20 -0700
Message-Id: <10596.115095@fatcity.com>


Add up all the bytes in dba_segments.

SELECT SUM(bytes) FROM dba_segments;

HTH
Lyall Barbour

At 06:44 AM 8/21/00 -0800, you wrote:
>Hi guys
>
>Real quick question here! Using SQL plus, how can I determine the physical
>size of my database? If that cannot be done, is there a way to see the
>size of individual tables?
>
>Thanks a lot
>
>Peter
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>--
>Author: Peter Hazelton
> INET: peterhazelton_at_hotmail.com
>
>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 - 09:50:20 CDT

Original text of this message

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