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

Re: Database Size

From: Joe Testa <teci_at_the-testas.net>
Date: Mon, 31 Dec 2001 09:36:40 -0800
Message-ID: <F001.003E4904.20011231092527@fatcity.com>

select sum(bytes) from sys.dba_datafiles; select sum(bytes) from sys.dba_temp_files;

that is how much space allocated, not necessarily used within each datafile.

joe

Ken Janusz wrote:

> Where can I find the total size of my DB? I have not found anything in the
> DBA_ views or my documentation.
>
> Thanks,
> Ken
>

-- 
Joe Testa, Oracle DBA
Want to have a good time with a bunch of geeks? Check out:
http://www.geekcruises.com/standard_interface/future_cruises.html
I'm presenting, when registering drop my name :)






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Joe Testa
  INET: teci_at_the-testas.net

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 Dec 31 2001 - 11:36:40 CST

Original text of this message

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