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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Rollbacks online

RE: Rollbacks online

From: Naik, Sandesh <Sandesh.Naik_at_compaq.com>
Date: Thu, 1 Jun 2000 14:07:21 -0500
Message-Id: <10515.107448@fatcity.com>


You can say,
 alter rollback segment <segment_name> online;

If the rollback segment is already present and offline, otherwise just include then in init.ora before startup.  

-----Original Message-----
From: Joe Frohne [mailto:joe_at_rawsonoaks.com] Sent: Thursday, June 01, 2000 2:29 PM
To: Multiple recipients of list ORACLE-L Subject: Re: Rollbacks online

> ok. silly question. how do you make sure your rollbacks are online when
the
> database comes up. I thought you specified this in init.ora, but that
didn't
> work.

You bring them up in the init.ora

rollback_segments = (rbs01, rbs02, rbs03, rbs04)

As for verifying they are up, log in and check.

select segment_name, status from dba_rollback_segs;

I don't know if this answered your exact question, but I hope it helped!

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joe Frohne, OCP
Database Administrator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

-- 
Author: Joe Frohne
  INET: joe_at_rawsonoaks.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Jun 01 2000 - 14:07:21 CDT

Original text of this message

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