Message-Id: <10534.109924@fatcity.com> From: "Mehta, Sameer" Date: Tue, 20 Jun 2000 19:15:24 -0500 Subject: RE: Space Used by Table Name Following query will show the Table_name and bytes allocated to it. select segment_name "TABLE_NAME" , bytes/(1024*1024) from sys.dba_segments where segment_type='TABLE'; Sameer -----Original Message----- From: Christine Turner [mailto:Christine.Turner@IPS-Sendero.com] Sent: Tuesday, June 20, 2000 6:38 PM To: Multiple recipients of list ORACLE-L Subject: Space Used by Table Name Hello All, I know this will sound simple.....but is there a way to find out "space used" by table? Have a weird situation where one of my clients wants to know how much space (in meg) is being used by each table within the database. Thanks In Advance.... Christine Turner Database Administrator IPS-Sendero Scottsdale, Arizona Phone: (800) 321-6899 ext. 3286 Fax: (480) 946-8224 E-mail: christine.turner@ips-sendero.com -- Author: Christine Turner INET: Christine.Turner@IPS-Sendero.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@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).