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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: locally managed tbs in 9i and extent sizes

Re: locally managed tbs in 9i and extent sizes

From: Richard Foote <richard.foote_at_bigpond.com>
Date: Wed, 16 Apr 2003 07:08:37 -0800
Message-ID: <F001.00582883.20030416070837@fatcity.com>


Hi Rachel,

But until the "contiguous" extents get coalesced, they would be not be treated as contiguous by Oracle.

They indeed were the days... ;)

Cheers

Richard

> > more than the size of required extent. To know the largest available
> > contiguous chunk of space, use
> > ( select max(bytes) from dba_free_space where
> > tablespace_name='<tablespace name>'; )
>
>
> Actually that's not quite true, because it's possible for contiguous
> extents to be listed in dba_free_space as two separate entries,
> depending on when they were freed up and if they had been allocated at
> different times.
>
> you'd need to see if there is an entry where block_id = prior
> block_id+blocks
>
> back in the days before I used uniform extents, I had a script that
> generated a report of contiguous space by tablespce. I don't need it
> anymore, LMTs and uniform sizing has allowed me to stop worrying about
> having contiguous space available.
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Richard Foote
  INET: richard.foote_at_bigpond.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Wed Apr 16 2003 - 10:08:37 CDT

Original text of this message

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