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: Coalescing Empty SPace in a Data Block

Re: Coalescing Empty SPace in a Data Block

From: Mlevison1 <mlevison1_at_aol.com>
Date: 1997/09/07
Message-ID: <19970907032901.XAA15345@ladder02.news.aol.com>#1/1

The coalescing feature of ORACLE allows smon to coalesce contiguous empty extents which are essentially groups of data blocks. (or "chunks") and thereby create larger chunks of free space in that tablespace. Coalescing within a data block at a finer level of granularity than ORACLE supports.

Smon will automatically coalesce if the PCTINCREASE on the tablespace is greater than 0. Otherwise, one should use: alter tablespace <tablespace_name> coalesce; Received on Sun Sep 07 1997 - 00:00:00 CDT

Original text of this message

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