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: Oracle DBA newbie - rollback segments offline on server restart

Re: Oracle DBA newbie - rollback segments offline on server restart

From: iwould poker <jclparker_at_jclparker.freeserve.co.uk>
Date: Thu, 27 May 1999 23:30:34 +0100
Message-ID: <7ikgip$mku$1@news5.svr.pol.co.uk>


If you declare the rollback segments in your init.ora file then the = rollback segs will be online at startup. Don't bother bouncing the DB as this will only achieve the same as = putting them online manually.
Next time you bounce the db they will be online.

    Scott Dunbar wrote in message <374DA740.79BD16AC_at_commerce.com>...     Hi,

        I've got an Oracle 8.1.5 server on Solaris 7 that, every time it = is restarted, the rollback segments are offline. All other segments = come up fine. I can manually bring the segment online, but would = obviously like this to occur automatically. There do not seem to be any = errors in any of the files that I can find. However, given the number = of directories and files in Oracle, I easily could have missed = something. The version of the server is 8.1.5.0.0. The actual error = that I get on the client side when this happens is:

    ORA-01552: cannot use system rollback segment for non-system = tablespace 'USERS'

    Here are my rollback segments:

    SQL> select segment_name, owner, tablespace_name from = dba_rollback_segs;

    SEGMENT_NAME                   OWNER  TABLESPACE_NAME 
    ------------------------------ ------ ------------------------------ =

    SYSTEM                         SYS    SYSTEM 
    R01                            SYS    RBS 
    R02                            SYS    RBS 
    R03                            SYS    RBS 
    R04                            SYS    RBS 

    If I add:

    ROLLBACK_SEGMENTS=(R01, R02, R03, R04)     to init.ora, will this allow them to come online automatically? (the = system is in use so I don't want to bounce it without a high degree of = confidence)

    Thanks in advance for any information.       

    --

    Scott Dunbar                            Global Commerce Systems 
    dunbar_at_commerce.com                     Boulder, CO, USA 
                                            HTML mail ok 
      



Received on Thu May 27 1999 - 17:30:34 CDT

Original text of this message

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