Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> rollback segment initial size
I created a LMT tablespace with uniform extent 512K for rollback
segments.
I then created a rollback segment.
create rollback segment rb01 tablespace RBS storage (initial 512K next
512K minextents 6)
/
Ok...when I checked it has 6 extents.
However, minextents is 1 and initial is set to 512*6 K.
Why is that? Why not minextents = 6 and initial = 512K like what I
said it should be when I created it?
rgds
Daud
Received on Wed Sep 18 2002 - 04:49:51 CDT