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

Home -> Community -> Mailing Lists -> Oracle-L -> Fwd: Re: DB Size

Fwd: Re: DB Size

From: Jan Pruner <jan_at_pruner.cz>
Date: Sat, 04 May 2002 00:08:18 -0800
Message-ID: <F001.00457F1F.20020504000818@fatcity.com>


SELECT SUM(BYTES) FROM (

	SELECT BYTES FROM sys.DBA_DATA_FILES
	UNION ALL
	SELECT BYTES FROM sys.DBA_TEMP_FILES

) ;

it's in bytes not kB or MB

JP

On Fri 3. May 2002 16:53, you wrote:
> Hi all,
> How could one collect data from an Oracle Server to respond to the
> question: "How big is (what is the size of your) Database ?"
>
> Thaking you,
>
> ---
> CSW


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jan Pruner
  INET: jan_at_pruner.cz

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 Sat May 04 2002 - 03:08:18 CDT

Original text of this message

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