Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Reducing datafile size
Simon,
Alter tablespace {tbs_name} coalesce;
You can use DBA Studio/Tablespace Map to see what tables/indexes have extents where within the tablespace files, and either drop and recreate or move them to allow you to shrink the tablespace.
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Friday, May 24, 2002 9:33 AM
To: Multiple recipients of list ORACLE-L
Hi all,
I've dropped a couple of tables from my DB -how do I coalesce the tablespace
to have the associated datafile reduced in size ?
Thanking you,
___
CSW
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Simon Waibale
INET: waibals_at_mtn.co.ug
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).
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 24 2002 - 09:25:06 CDT