Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: deletion of data from a large table
If I remember rightly, deleting rows from the table does NOT free up tablespace. In order to do that you have to trunctate the table (although this of course deletes all data from the table)...I can't for the life of me remember how you adjust the space the table is actually using after doing a delete...(to everyone else) would an analyze work?
Kev.
-----Original Message-----
Sent: 26 July 2001 12:41
To: Multiple recipients of list ORACLE-L
Hi All,
I have deleted 3 lakhs records from a large table. But there is no effect
on tablespace i.e. before I delete the data freespace in TS is 100MB , after
deletion also it is showing 100MB. What could be the reason ? How to get the
freespace after deleting the data ?
Thanks
rukmini
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Rukmini Devi
INET: rukmini_at_indbrain.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).
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 Thu Jul 26 2001 - 05:48:45 CDT
![]() |
![]() |