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: Extent Management 101

Re: Extent Management 101

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Tue, 10 Aug 2004 00:45:16 GMT
Message-ID: <wUURc.128271$bp1.124060@twister.nyroc.rr.com>

"hastenthunder" <hastenthunder_at_hotmail.com> wrote in message news:YkxRc.885$Ny6.1875_at_mencken.net.nih.gov...
>
> "Sybrand Bakker" <gooiditweg_at_sybrandb.verwijderdit.demon.nl> wrote in
> message news:r23dh0d2ph25dkm8dbclhpmjk9jfa16ra1_at_4ax.com...
> > On 8 Aug 2004 08:03:47 -0700, melliott42_at_yahoo.com (Michael) wrote:
> >
> > >Hello,
> > >
> > >Though I have read about Extents in various books, as a new Oracle DBA
> > >using 8.17 I still do not grasp how I need to manage them.
> > >
> > >1. Basically, what are common Extent related issues and what are the
> > >actions as a DBA I need to know to address them?
> > >
> > >2. Any absolute Do's and Dont's on managing Extents?
> > >
> > >
> > >Thanks for your advice,
> > >
> > >Michael
> >
> >
> > just make sure all your tablespaces except System are locally managed
> > and forget about the issue.
> >
> >
> > --
> > Sybrand Bakker, Senior Oracle DBA
>
> My Oracle books seem to suggest that too.
> Therefore I made all my tablepaces locally managed, that they seem to work
> well.
> However, I sometimes get "Tablespace too fragmented to create bitmap index"
> error. I guess I can just use regular indexes instead, but I don't
> understand the root of the problem here.
>
>
>

It seems that you remember the error incorrectly. The closest match to what you say is:

ORA-28604 "table too fragmented to build bitmap index (%s,%s,%s)"

// *Cause:  The table has one or more blocks that exceed the maximum number
//          of rows expected when creating a bitmap index. This is probably
//          due to deleted rows. The values in the message are:
//          (data block address, slot number found, maximum slot allowed)
// *Action: Defragment the table or block(s). Use the values in the message
//          to determine the FIRST block affected. (There may be others).

This has nothing to do with tablespace fragmentation. The solution to the above problem is to exp the table ... truncate it ... create bitmap index and then import the table.

Anurag Received on Mon Aug 09 2004 - 19:45:16 CDT

Original text of this message

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