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: DB Size

Re: DB Size

From: Jan Pruner <jan_at_pruner.cz>
Date: Fri, 03 May 2002 07:43:44 -0800
Message-ID: <F001.00457579.20020503074344@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 Fri May 03 2002 - 10:43:44 CDT

Original text of this message

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