Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora 3237
Gurelei
According to Note 116310.1 on Metalink, you probably created rbs01 as a
locally managed tablespace. You need to ensure that the extent size
specification in the tablespace is at least 4 times the db_block_size. For
most objects, the minimun uniform extent size is 2 database blocks, RBS
requires at least 4 blocks.
So drop and recreate your RBS01 tablespace, making uniform extents at
least db_block_size * 4.
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Tuesday, December 10, 2002 8:14 AM
To: Multiple recipients of list ORACLE-L
Hi all:
I'm trying to create an 9.2 database. I have created a rollback tablespace (not using UNDO TS yet) size 500M. Then I try to create a rollback segment via:
create rollback segment r01_01 tablespace rbs01 storage (initial 1M next 1M minextents 16 maxextents 1017 optimal 16M)
This gives me an error 3237 - initial extent can not be allocated. Reduce the number of free list groups. What is the problem here? Isn't the default number of free list groups 1?
thanks
Gene
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Tue Dec 10 2002 - 09:40:07 CST
![]() |
![]() |