Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Space allocation
Hi Gustavo,
As you query is showing 0 rows means there is no data in your table.. So to reclaim this use truncate option. Truncate option comes up with two options - Drop Storage and Reuse Storage
The command would be :-
Truncate table sunil drop storage
Regards,
Sunil Bhola
"Badauy, Gustavo (Gustavo)" <badauy_at_avaya.com> wrote:
Hi guys,
I’ve a table that at one point had lots of inserts and now the table has 3.6Gb worth of space allocated. When I do a select count(*) it returns 0 rows.
How do I release all this space allocated?
Thanks
QUERIES in Oracle, Feel free to Join:
http://groups.yahoo.com/group/oracle_expert/
Regards,
Sunil Bhola
Oracle_Expert, Moderator
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 25 2005 - 02:16:58 CDT