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: URGENT ! Error starting when unlimited extents for roll back segment

Re: URGENT ! Error starting when unlimited extents for roll back segment

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Thu, 12 Aug 1999 13:54:29 GMT
Message-ID: <37b4d093.68744709@newshost.us.oracle.com>


A copy of this was sent to marko.plevel_at_rd.iskraemeco.si (if that email address didn't require changing) On Thu, 12 Aug 1999 12:56:24 GMT, you wrote:

>Hi !
>
>What has happened :
>-I had a very large transaction and therefore had to increase
>the number ob rollback segment extents number to over 121 ( default
>maximum for 7.3.3 ). To do this Oracle required the
>unlimited_rollback_segments parameter to be set to TRUE. That's what I
>did and everything worked.
>-One night there was no power. When the computer rebooted the Oracle
>server didn't start.
>
>
>When I try to open the database I get an error saying
>that rollback segment (1) has unlimited extents and open fails.
>I don't remember the exact error number ORA 1682.
>
>I tried with "recover database" and it reported, it's recovered.
>I tried opening db again ( alter database open )
>then I got these three errors ORA 0704, ORA 0604, ORA 0955.
>

your $ORACLE_HOME/dbs/init$ORACLE_SID.ora file is missing the

unlimited_rollback_segments=true

setting for some reason. put it in there and startup.

>I have no backup.
>What are my options to recover data.
>
>Please, if possible e_mail me at Marko.Plevel_at_rd.iskraemeco.si
>
>
>Thanx,
>Marko
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.

--
See http://govt.us.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Thu Aug 12 1999 - 08:54:29 CDT

Original text of this message

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