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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Cache is full

Re: Cache is full

From: PaulCinVT <paulcinvt_at_aol.com>
Date: 2000/07/24
Message-ID: <20000724155246.11332.00001486@nso-fi.aol.com>#1/1

In article <8lhvnk$k5s$1_at_le.cs.unibo.it>, Simone Celli_Marchi <celli_at_cantina.students.cs.unibo.it> writes:

>I have this error:
>
>SQL> alter rollback segment rbs_estranews online;
>alter rollback segment rbs_estranews online
>*
>ERROR at line 1:
>ORA-01599: failed to acquire rollback segment (30), cache space is full
>(currently has (29) entries)
>

ORA-01599 failed to acquire rollback segment (string), cache space is full (currently has (string) entries)

Cause: The amount statically allocated is not enough based on the value of the MAX_ROLLBACK_SEGMENTS parameter.

Action: For now, take another rollback segment offline or increase the value of the parameter MAX_ROLLBACK_SEGMENTS.

Paul in VT Received on Mon Jul 24 2000 - 00:00:00 CDT

Original text of this message

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