Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: help for rollback segments..

Re: help for rollback segments..

From: C.S.Venkata Subramanian <csvenkata_at_lycos.com>
Date: Fri, 08 Jun 2001 00:12:05 -0700
Message-ID: <F001.00321B2A.20010608000602@fatcity.com>

 Drop them and create them in RBS tablespace. After creating them use

alter rollback segment <segment name> online; If they are private rollback segs then specify them in init.ora file.

HTH

--

On Thu, 07 Jun 2001 23:15:22  
 Saurabh Sharma wrote:

>HI ALL,
>
>i've some confusion regarding rollback segments. could anyone explain this
>information from my database.
>
>select * from dba_rollback_segs revealed following stats..
>
>SEGMENT_NAME OWNER TABLESPACE INITIAL_EX NEXT_EXTEN MIN_EXTENT MAX_EXTENT
>PCT_INCREA STATUS
>------------- ------ ---------- ---------- ---------- ---------- ----------
>---------- -------
>SYSTEM SYS SYSTEM 57344 57344 2 505
>0 ONLINE
>SYSROL SYS SYSTEM 106496 106496 2 505
>0 OFFLINE
>RB0 PUBLIC RBS 106496 262144 2 121
>0 ONLINE
>RB1 PUBLIC RBS 106496 262144 2 121
>0 ONLINE
>RB_TEMP SYS SYSTEM 106496 106496 2 121
>0 OFFLINE
>RB2 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB3 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB4 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB5 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB6 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB7 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB8 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB9 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB10 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB11 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB12 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB13 PUBLIC SYSTEM 57344 262144 2 121
>0 ONLINE
>RB14 PUBLIC SYSTEM 57344 262144 2 121
>0 OFFLINE
>RB15 PUBLIC SYSTEM 57344 262144 2 121
>0 OFFLINE
>RB16 PUBLIC SYSTEM 57344 262144 2 121
>0
>
>can anybody explain, why i get some status as offline. will this extent allocation
>and other parameters ok. i 've oracle 8.1.5 on NT, these stats are from my test
>database.
>why are they in system tablespace. i've two rollback tablespace of size 15 and 20 mb
>resp.
>should they be in system or in rollback.
>if yes, how to change their default tablespace.
>
>pls help me in deciding that.
>
>thanks in advance.
>
>saurabh
>
>
>
Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: C.S.Venkata Subramanian INET: csvenkata_at_lycos.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Fri Jun 08 2001 - 02:12:05 CDT

Original text of this message

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