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: Fragmentation of a tablespace

Re: Fragmentation of a tablespace

From: Waco Johnny D <WJDNOlmSPAM_at_myremarq.com>
Date: Thu, 23 Sep 1999 12:43:53 -0700
Message-ID: <033d8508.1c64e837@usw-ex0108-057.remarq.com>


You mean like
  "alter tablespace <tablespace_name> coalesce"?

Take a look at the data dictionary view dba_free_space_coalesced to see how you're doing.

The SMON process should automatically coalesce neighboring free extents into larger free extents for tablespaces with non-zero pctincrease parameters.

Not sure if I correctly understood what your problem is, but I hope this helps.

WJD

Received on Thu Sep 23 1999 - 14:43:53 CDT

Original text of this message

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