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: rollbacks ??

Re: rollbacks ??

From: Lothar Armbrüster <lothar.armbruester_at_rheingau.netsurf.de>
Date: 03 Jun 98 20:41:58 +0100
Message-ID: <947.458T2911T12415442@rheingau.netsurf.de>


On 02-Jun-98 14:33:34 Ed Lufker wrote:

>Hi all:

> Can anyone give me some tips on how to size my rollback segments
>for both batch and OLTP. I was getting the following error when doing a
>delete last night.

>ORA-1628: max # extents 505 reached for rollback segment R05
>Failure to extend rollback segment 6 because of 1628 condition
>FULL status of rollback segment 6 cleared.

I think a good solution is to have some small rollback segments for OLTP and one big segment for your batches.
In a batch you can issue a command like

set transaction use rollback segment RB_BIG;

This one explicitely selects a specific rollback segment. The command has to be issued immediately after the transaction starts i.e. after the commit or rollback.

>thanks
>eddie lufker

Hope that helps,
Lothar

--

Lothar Armbrüster       | lothar.armbruester_at_rheingau.netsurf.de
Schulstr. 12            | lothar.armbruester_at_t-online.de
D-65375 Oestrich-Winkel |

Received on Wed Jun 03 1998 - 14:41:58 CDT

Original text of this message

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