Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Total extents
Hi all,
I want to come to know if I can get the Total number of Used Extents in addition to what I am getting in the following query :-
SELECT tablespace_name, initial_extent,
next_extent, min_extents, max_extents, pct_increase, status, contents FROM sys.dba_tablespaces ORDER BY tablespace_name
Is it possible? How?
Rgds,
Raj
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Viraj Luthra
INET: viraj999_at_lycos.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 Wed Jan 30 2002 - 23:33:58 CST