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: Joe Frohne <joe_at_rawsonoaks.com>
Date: Thu, 1 Jun 2000 13:21:00 -0500 (CDT)
Message-Id: <10515.107436@fatcity.com>


> 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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Received on Thu Jun 01 2000 - 13:21:00 CDT

Original text of this message

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