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: Rollback Segment Error

Re: Rollback Segment Error

From: Gary Assa <gsa_at_panix.com>
Date: 1997/10/07
Message-ID: <61dud5$pqs@panix.com>#1/1

>Also, I tried to take the rollback segment offline and online again,
>but its status has been 'PENDING OFFLINE' for quite sometime even
>though I am not doing any updates currenly. It seems to me that for some
>reason the rollback segment is not being cleared. Can it be because the
>process that used the rollback segment was not completed successfully
>before it committed or rollbacked the transaction?
>
>Any ideas???
>

If you don't mind losing any transactions that may be in that rollback segment, do this:  

Shutdown database. (You may have to do a shutdown abort) put _offline_rollback_segments=( your_rollback_segment_name_here ) in your

    init.ora file
startup
drop the rollback segment  

If the _offline_rollback_segments does not work, you may have to go one step further and say _corrupted_rollback_segments  

That should do the trick.

-- 
                     ------------------------------------
If you have a condom and sunscreen SPF 15 or greater, than it's safe to look at
                     http://www.panix.com/~gsa/index.html
Received on Tue Oct 07 1997 - 00:00:00 CDT

Original text of this message

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