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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Error "max extend table reached"

Re: Error "max extend table reached"

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Fri, 06 Feb 2004 12:44:17 +0100
Message-ID: <hev620hf2ts69dadh6eof5d77isrk5htuj@4ax.com>


On Fri, 6 Feb 2004 01:21:40 -0800, "DBA Infopower Support" <support_at_dbainfopower.com> wrote:

> 4. make sure this table has big extent size and max_extents (select
>next_extent, pct_increase, max_extents from dba_tables where table_name =
>'<bad_table>')
> 5. Alter max_extents: Example: alter <table> storage ( maxextents 1024
>next 10M )

Unprofessional advice that will likely get the OP in more trouble. Have you ever heard of tablespace fragmentation, or are you selling a product to repair the problems caused by this advice?

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Feb 06 2004 - 05:44:17 CST

Original text of this message

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