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: help, please

Re: help, please

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Wed, 13 Oct 1999 16:10:34 -0700
Message-ID: <3805116A.2CA24B93@us.oracle.com>


Your init.ora file probably has an entry something like:

rollback_segments = (r01, r02)

Change it to :

rollback_segments = (rbs01, rbs02)

and restart the database.

To get rid of the second problem, fix the first one. Once you've restarted the database successfully, do a shutdown normal, startup mount, alter database archivelog, shutdown the database, back it up, restart the database.

HTH. Pete

GreyWolf_69 wrote:

> I've created a new database instance. Oracle 7.3.4.
> I created a rbs tablespace
> I created 2 rollback segments (rbs01 & rbs02) using the rbs tablespace.
> when I try to open the db I get this error:
>
> "rollback segment 'R01' doesn't exist"
>
> what is this, does anybody know?
>
> also when I try to put the db in archivelog mode I get this message:
>
> "ORA-00265: Instance recovery required, cannot set ARCHIVELOG mode"
>
> help!! Please
>
> TIA


Received on Wed Oct 13 1999 - 18:10:34 CDT

Original text of this message

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