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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to