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: Max Extents Question

Re: Max Extents Question

From: Nikunj Gupta <good_dba_at_hotmail.com>
Date: Mon, 6 Nov 2000 22:31:59 -0800
Message-Id: <10672.121274@fatcity.com>


Well, if he is correct.. that is really a big number.. if not.. the other error could be, mistaken MAX_EXTENTS for Number of EXTENTS...

Good Luck.

> Not trying to scare you but the number of extents is unusually high.
Maybe
> it's just reported wrong from the data dictionary? Perhaps, you data
> dictionary is corrupted. Just my guess as far as how in the world can you
> end up with this number.
>
> Richard Ji
>
> -----Original Message-----
> Sent: Monday, November 06, 2000 2:55 PM
> To: Multiple recipients of list ORACLE-L
>
>
> On Mon, 6 Nov 2000, Kan Man wrote:
>
> > Hello All.,
> >
> > We have a table A which has reached out max extents(2147483645)..One
of
> > our collegaues is saying that Oracle advise not to increase extents
beyond
> > this limit...
> >
> > I basically have two questions
> > 1.Has Oracle advised for a maximum limit for max extents..?
> > 2.If yes, what can we think of as a solution..?
> >
>
> First of all, I'm going to question your claimed number
> of extents, which you say is 2,147,483,645. Are you sure
> about that?
>
> If you have a minimum block size of even 2k, that would put
> this table at 4 Terabytes.
>
> Do you really have a 4 TB table?
>
> OK, let's assume you do.
>
> If you are not using locally managed tablespaces, you have a real problem.
>
> With data dictionary managed extents, you only have one option.
>
> You will have to export the entire database and rebuild it.
>
> Why?
>
> Because the recursive SQL that will be invoked from trying to drop a table
> with 2 billion+ extents will never finish running in your lifetime.
>
> If you are using LMT's, then you may be able to drop just this table and
> import it.
>
>
> I'm really curious about the number of extents in this table.
>
> Jared Still
> Certified Oracle DBA and Part Time Perl Evangelist ;-)
> Regence BlueCross BlueShield of Oregon
> jkstill_at_bcbso.com - Work - preferred address
> jkstill_at_teleport.com - private
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jared Still
> INET: jkstill_at_bcbso.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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).
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Richard Ji
> INET: richard_at_letsplay.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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
Received on Tue Nov 07 2000 - 00:31:59 CST

Original text of this message

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