Re: rollback segment doesn't exist
From: Francisco Piragibe <piragibe_at_iis.com.br>
Date: 1996/04/13
Message-ID: <316F9DD3.64E5_at_iis.com.br>#1/1
Date: 1996/04/13
Message-ID: <316F9DD3.64E5_at_iis.com.br>#1/1
Bob Laurent wrote:
>
> I've tried calling Oracle tech support and spent 20+ minutes on hold
> before someone came on to tell me they'd call me back, so I'm trying
> here.
>
> In svrmgrl, when I try to startup my database, I get the error
> message:
> ORA-01534: rollback segment 'R01' doesn't exist
> Is there anything I can do to re-create this rollback segment?
>
> Thanks.
>
> Bob LaurentBob
I suggest you take these steps:
- Shutdown the database.
- Edit the init.ora file, removing R01 from the list of active rollback segments (ROLLBACK_SEGMENTS = line).
- Start the database.
- Create the rollback segment again.
- Shutdown the database.
- Edit the init.ora file, putting R01 back in the line edited in step 2.
- Start the database again.
This should be enough, unless you're facing some other problem.
'hope this can help. Received on Sat Apr 13 1996 - 00:00:00 CEST
