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: Saurabh Sharma <ssharma1_at_fcsltd.com>
Date: Fri, 08 Jun 2001 06:22:27 -0700
Message-ID: <F001.00322051.20010608053027@fatcity.com>

thanks suhen and all who
replied,
 
i droped the rollback segments and
re-created them as u told. it's fine now.  
you were right that public rollback
segments are not required. i read document it said If a database does not have the
Parallel Server option, public and private rollback segments are identical. Therefore, you can create all public rollback segments. A database with the Parallel Server option can also have only public segments  
so, it's fine having public
Rollback segs.
 
thanks once again.
 
saurabh
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">

<FONT color=#0000ff face=Arial
size=2>Saurabh,
 
<FONT
size=2><SPAN
class=520275306-08062001>First of all no rollback segment should be in the
SYSTEM tablespace except SYSTEM rollback
segment.
<FONT
size=2><SPAN
class=520275306-08062001>This cause serious performance
problems.
<SPAN
class=520275306-08062001> 
<SPAN
class=520275306-08062001>You would need to drop all the other rollback
segments that are in the SYSTEM tablespace and recreate them in

<SPAN
class=520275306-08062001>a
ROLLBACK tablespace.
<SPAN
class=520275306-08062001> 
<FONT
size=2>To
drop rollback segment make sure no transactiosn are
running.
<FONT
size=2><SPAN
class=520275306-08062001>alter rollback segment SEGMENT_NAME
offline;
<SPAN
class=520275306-08062001> 
<FONT
size=2><SPAN
class=520275306-08062001>drop rollback segment
SEGMENT_NAME;
<SPAN
class=520275306-08062001> 
<FONT
size=2>For
each rollback segment and then recreate in the ROLLBACK
tablespace.
<SPAN
class=520275306-08062001>After creation the rollback segments will be offline.
You would need to set them online
individually.
<SPAN
class=520275306-08062001> 
<FONT
size=2>The
reason why the rollback segments are offline is probably because they are not
included in your
<FONT
size=2><SPAN
class=520275306-08062001>init.ora file.  Add all rollback segments to
this file and restart instance.
<SPAN
class=520275306-08062001> 
<FONT
size=2>You
do not need to create the rollback segments as public rollback segments. 
I think public Rollback
<FONT
size=2><SPAN
class=520275306-08062001>segments are used mostly for
OPS.
<SPAN
class=520275306-08062001> 
<SPAN
class=520275306-08062001>Regards
<FONT
size=2><SPAN
class=520275306-08062001>Suhen

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------------- ------ ---------- ---------- ---------- ----------
Received on Fri Jun 08 2001 - 08:22:27 CDT

Original text of this message

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