Re: Fail to extend rollback segment ?

From: benjamin zhang <bzhang_at_ei.org>
Date: 1996/10/18
Message-ID: <3267C4C7.6BA0_at_ei.org>#1/1


WANG SHIANG HUEY wrote:
>
> Hi,
> when I insert 200,000 records into a table from a query, I encounter
> the following errors.
>
> ORA-01562: failed to extend rollback segment (id = 1)
> ORA-01628: max # extents (121) reached for rollback segment RB_TEMP
>
> I have added a datafile size 20M (total is 35M)
> and increase the initial to 1M and next to 500K on ROLLBACK_DATA
> tablespace, but it didn't solve the
> problem. The number of extents is limited by db_block_size, so max
> I can have is 121. I may be thinking in a wrong direction.
> Please advise, thanks !
> --
> Shiang-Huey Wang
> Leather Center, Inc.
> sherry_at_leathercenter.com
> wshiang_at_a.cs.okstate.edu



hi Wang:

try

alter rollback segment XXXXXX
storage ( optimal YYY K);

YYY - the size a little larger than initial

ben Received on Fri Oct 18 1996 - 00:00:00 CEST

Original text of this message