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: Newbie Question how do I set rollback segment status = 'online' in PO7 for Win95

Re: Newbie Question how do I set rollback segment status = 'online' in PO7 for Win95

From: Mike Burden <michael.burden_at_capgemini.co.uk>
Date: Wed, 31 Mar 1999 09:50:39 +0000
Message-ID: <3701E1DD.4F9C05E8@capgemini.co.uk>


use

ALTER ROLLBACK SEGMENT "R01" ONLINE; and then to use it you must either take all the other rollback segments off line or issue

SET TRANSACTION USE ROLLBACK SEGMENT R01; from the session that needs to use it.

Where R01 is a rollback segment big enough to do what you require.

Simon Webb wrote:

> I've created a segment but cannot use it as it is offline. I need a larger
> segment because I've created a database containing tables with tens of
> thousands of records, and cannot perform many operations unless I process
> records one at a time.
>
> Thanks in advance
Received on Wed Mar 31 1999 - 03:50:39 CST

Original text of this message

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