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: Adding rollback

Re: Adding rollback

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 16 Aug 2004 17:56:14 -0700
Message-ID: <1092704220.349202@yasure>


bw wrote:

> I have inherited a 9.2.0 database where the only rollback segments
> that exist are what was created for SYSTEM. Can I get away with
> adding the needed rollback segments (RBS01... etc.) to the init.ora,
> creating them in the existing RBS tablespace? Once this has been
> completed do I then bounce the instance so they are recognized via the
> init.ora?

SELECT segment_name
FROM dba_undo_extents;

Unless this query returns no rows I'd suggest you get yourself current with the 9i and 10g docs.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon Aug 16 2004 - 19:56:14 CDT

Original text of this message

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