Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DK15789: How do a reclaim space after deleting table data in a datafile

Re: DK15789: How do a reclaim space after deleting table data in a datafile

From: Michael Draves <michael_draves_at_hotmail.com>
Date: 20 Mar 2003 17:38:48 -0800
Message-ID: <f28184a0.0303201738.28a75a8b@posting.google.com>


Did you coalesce the table space?

ALTER TABLESPACE ??? COALESCE kwall7904_at_hotmail.com (DK15798) wrote in message news:<9acfd9f2.0303191817.795f96fc_at_posting.google.com>...
> I am running Oracle 7.3 server. I have three data files roughly
> around a gig each. I have 200 tables inside the datafiles (in no
> particular order). These tables are using around two gigs. I deleted
> all contents (not the tables themselves) of the tables (while leaving
> the actual empty tables there). When I view how much space is being
> used by the datafiles, it is still two gigs. I can't figure out why.
> I have deleted all the tables so that the datafiles report zero space
> used, but when I import the data back in (just the empty tables) it
> jumps back up to two gigs. note: I just delete all the tables(with a
> script) I have not yet dropped the tablespace(and I would rather not
> if possible). Can anybody help me with this, I would greatly
> appreciate it. Thank you in advance.
Received on Thu Mar 20 2003 - 19:38:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US